[all-commits] [llvm/llvm-project] af2021: [Sema] Fix pointer-to-int-cast for MSVC build bot
mordante via All-commits
all-commits at lists.llvm.org
Sun Feb 16 10:10:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af202119443bf8759fb6ca9fd8d0282f27001cec
https://github.com/llvm/llvm-project/commit/af202119443bf8759fb6ca9fd8d0282f27001cec
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M clang/test/Analysis/taint-generic.c
M clang/test/Sema/conditional-expr.c
M clang/test/Sema/darwin-align-cast.c
Log Message:
-----------
[Sema] Fix pointer-to-int-cast for MSVC build bot
Revision 9658d895c81a breaks the clang-x64-windows-msvc build bot [1].
This should fix the unit test using the same method as used in 9658d895c81a.
Note I don't have access to a Windows system so the patch is based on the
errors generated by the bot.
[1] http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/14358
Differential Revision: https://reviews.llvm.org/D74694
More information about the All-commits
mailing list