]> granicus.if.org Git - clang/commitdiff
Restore Richard's belief in me.
authorDouglas Gregor <dgregor@apple.com>
Fri, 3 May 2013 18:51:59 +0000 (18:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 3 May 2013 18:51:59 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181042 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ClangAttrEmitter.cpp

index eb614f0f1cad90c254267d980bcf7bd56dd05ddb..eaf10a64a4f0878643295a0154b3d5d7515257d6 100644 (file)
@@ -971,7 +971,7 @@ void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) {
   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);