aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2013-01-22 21:44:53 +0000
committerKevin Enderby <enderby@apple.com>2013-01-22 21:44:53 +0000
commit81c944cadb7f9e55b3517b7423a820e2577b9279 (patch)
treef1317766fa4a8bbae640842e6803f3297bc5de4e /clang/lib/CodeGen/CodeGenModule.cpp
parent10280a5ef4b090f810f70e08cbed743a66ab3a23 (diff)
downloadllvm-81c944cadb7f9e55b3517b7423a820e2577b9279.zip
llvm-81c944cadb7f9e55b3517b7423a820e2577b9279.tar.gz
llvm-81c944cadb7f9e55b3517b7423a820e2577b9279.tar.bz2
Add a warning when there is a macro defintion that has named parameters but
the body does not use them and it appears the body has positional parameters. This can cause unexpected results as in the added test case. As the darwin version of gas(1) which only supported positional parameters, happened to ignore the named parameters. Now that we want to support both styles of macros we issue a warning in this specific case. rdar://12861644 llvm-svn: 173199
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions