r181042 - Restore Richard's belief in me.
Douglas Gregor
dgregor at apple.com
Fri May 3 11:51:59 PDT 2013
Author: dgregor
Date: Fri May 3 13:51:59 2013
New Revision: 181042
URL: http://llvm.org/viewvc/llvm-project?rev=181042&view=rev
Log:
Restore Richard's belief in me.
Modified:
cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp
Modified: cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp?rev=181042&r1=181041&r2=181042&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp (original)
+++ cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp Fri May 3 13:51:59 2013
@@ -971,7 +971,7 @@ void EmitClangAttrClass(RecordKeeper &Re
OS << "#endif\n";
}
-// Emits the LateParsed property for attributes.
+// Emits the all-arguments-are-expressions property for attributes.
void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) {
emitSourceFileHeader("llvm::StringSwitch code to match attributes with "
"expression arguments", OS);
More information about the cfe-commits
mailing list