[PATCH] D74694: [Sema] Fix pointer-to-int-cast for MSVC build bot

2020-02-16 Thread Mark de Wever via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGaf202119443b: [Sema] Fix pointer-to-int-cast for MSVC build bot (authored by Mordante). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74694/new/ https://rev

[PATCH] D74694: [Sema] Fix pointer-to-int-cast for MSVC build bot

2020-02-16 Thread Mark de Wever via Phabricator via cfe-commits
Mordante added a comment. Thanks for the quick review! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74694/new/ https://reviews.llvm.org/D74694 ___ cfe-commits mailing list cfe-commits@lists.llvm.org h

[PATCH] D74694: [Sema] Fix pointer-to-int-cast for MSVC build bot

2020-02-16 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 accepted this revision. xbolva00 added a comment. This revision is now accepted and ready to land. Ok, please commit to fix the bot. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74694/new/ https://reviews.llvm.org/D74694 __

[PATCH] D74694: [Sema] Fix pointer-to-int-cast for MSVC build bot

2020-02-16 Thread Mark de Wever via Phabricator via cfe-commits
Mordante created this revision. Mordante added reviewers: rsmith, dblaikie, rjmccall. Mordante added a project: clang. Herald added a subscriber: martong. Revision 9658d895c81a breaks the clang-x64-windows-msvc build bot [1].