Restore Richard's belief in me.

llvm-svn: 181042
This commit is contained in:
Douglas Gregor 2013-05-03 18:51:59 +00:00
parent e86bd4f652
commit 231ca1c929
1 changed files with 1 additions and 1 deletions

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