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);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to