aboutsummaryrefslogtreecommitdiff
path: root/utils
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
commit4761b102de0defef110d760ff77bfc367eac93c9 (patch)
tree4ba88f1651a3671e1db1c0ed9f5df38a678012a8 /utils
parentaf2836593979d4973bec5bd21f10eb6cc0d0f3e3 (diff)
Restore Richard's belief in me.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/ClangAttrEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
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);