summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-05-03 18:51:59 +0000
committerDouglas Gregor <dgregor@apple.com>2013-05-03 18:51:59 +0000
commit231ca1c9299164326493e978d5c1d50082d0a02d (patch)
treee312b8cfeb62eb1b51f1e378452b3dbe70bb8690
parente86bd4f65224884c4355ec16aef2aeb6f4444f21 (diff)
downloadbcm5719-llvm-231ca1c9299164326493e978d5c1d50082d0a02d.tar.gz
bcm5719-llvm-231ca1c9299164326493e978d5c1d50082d0a02d.zip
Restore Richard's belief in me.
llvm-svn: 181042
-rw-r--r--clang/utils/TableGen/ClangAttrEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/TableGen/ClangAttrEmitter.cpp b/clang/utils/TableGen/ClangAttrEmitter.cpp
index eb614f0f1ca..eaf10a64a4f 100644
--- a/clang/utils/TableGen/ClangAttrEmitter.cpp
+++ b/clang/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);
OpenPOWER on IntegriCloud