From: Douglas Gregor Date: Fri, 3 May 2013 18:51:59 +0000 (+0000) Subject: Restore Richard's belief in me. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4761b102de0defef110d760ff77bfc367eac93c9;p=clang Restore Richard's belief in me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/ClangAttrEmitter.cpp b/utils/TableGen/ClangAttrEmitter.cpp index eb614f0f1c..eaf10a64a4 100644 --- a/utils/TableGen/ClangAttrEmitter.cpp +++ b/utils/TableGen/ClangAttrEmitter.cpp @@ -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);