]> granicus.if.org Git - clang/commit
PR3942: Don't warn on unsigned overflow in preprocessor expressions.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 16 May 2009 21:24:10 +0000 (21:24 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 16 May 2009 21:24:10 +0000 (21:24 +0000)
commit3265a42e5a87269fce5d7a7cdd7bafe62c7becfe
tree149c7abbb30802f2133411018df3023e44829361
parent2928c2107f2e0007f35fe1c224aab63535f1403d
PR3942: Don't warn on unsigned overflow in preprocessor expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71960 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPExpressions.cpp
test/Preprocessor/overflow.c [new file with mode: 0644]