aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-11-07 19:56:07 +0000
committerDaniel Jasper <djasper@google.com>2013-11-07 19:56:07 +0000
commita98da3d236ac9cf8cf1e818069245fcdf307b783 (patch)
treed474aabb68707987a04abe2a476d6399c0c95d36 /clang/lib/Frontend/CompilerInvocation.cpp
parent786d8a26f22e72b8fb8074df613b42c8e79a51ea (diff)
downloadllvm-a98da3d236ac9cf8cf1e818069245fcdf307b783.zip
llvm-a98da3d236ac9cf8cf1e818069245fcdf307b783.tar.gz
llvm-a98da3d236ac9cf8cf1e818069245fcdf307b783.tar.bz2
clang-format: Improve binary operator detection in macros.
Before: #define M(NAME) assert(!Context.Verifying &&#NAME); After: #define M(NAME) assert(!Context.Verifying && #NAME); This fixes llvm.org/PR16156. llvm-svn: 194216
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions