diff options
author | James Dennett <jdennett@google.com> | 2012-06-14 03:11:41 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-14 03:11:41 +0000 |
commit | 596e475725971e19503f123aa8e3db2f4f933b3e (patch) | |
tree | d320f4acfed61dc8c8d91f97052ee086a98a7d74 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | c6496e2cb64b6f8a74d10ca16eab4514c19a5d02 (diff) | |
download | llvm-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