aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-14 03:11:41 +0000
committerJames Dennett <jdennett@google.com>2012-06-14 03:11:41 +0000
commit596e475725971e19503f123aa8e3db2f4f933b3e (patch)
treed320f4acfed61dc8c8d91f97052ee086a98a7d74 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parentc6496e2cb64b6f8a74d10ca16eab4514c19a5d02 (diff)
downloadllvm-596e475725971e19503f123aa8e3db2f4f933b3e.zip
llvm-596e475725971e19503f123aa8e3db2f4f933b3e.tar.gz
llvm-596e475725971e19503f123aa8e3db2f4f933b3e.tar.bz2
This makes SemaCodeComplete.cpp more Doxygen-friendly by changing the
OBJC_AT_KEYWORD_NAME take a string literal argument where previously its second argument was an unquoted token; macro invocations such as OBJC_AT_KEYWORD_NAME(NeedAt,{) confuse Doxygen's parser. While I'm wary of changing code (rather than just comments) to work around Doxygen's limitations, in this case the change makes the code more readable for human beings as well, and the macro derived no benefit from using the preprocessor's stringification operator, as it never has need of the unquoted token. I've also included a couple of trivial drive-by fixes to doc comments. llvm-svn: 158440
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions