summaryrefslogtreecommitdiffstats
path: root/clang/utils
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-03-08 23:59:23 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-03-08 23:59:23 +0000
commitcfbac5d317c3d231c8a374ff6827ef9d95e54306 (patch)
tree7679472566d36bde2c86cb840e5576f4564904ff /clang/utils
parent83b3da95f646eb1ce7e4d1c5231c5cf9a3a3c558 (diff)
downloadbcm5719-llvm-cfbac5d317c3d231c8a374ff6827ef9d95e54306.tar.gz
bcm5719-llvm-cfbac5d317c3d231c8a374ff6827ef9d95e54306.zip
Documentation parsing. Some refactoring and code
improvements per Dmtiri's comments. // rdar://12379114 llvm-svn: 176739
Diffstat (limited to 'clang/utils')
-rw-r--r--clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp b/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
index f90cef37196..ebb0427d7c5 100644
--- a/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
+++ b/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
@@ -48,8 +48,8 @@ void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) {
<< Tag.getValueAsBit("IsVerbatimLineCommand") << ", "
<< Tag.getValueAsBit("IsDeclarationCommand") << ", "
<< Tag.getValueAsBit("IsFunctionDeclarationCommand") << ", "
- << Tag.getValueAsBit("IsContainerDetailCommand") << ", "
- << Tag.getValueAsBit("IsContainerDeclarationCommand") << ", "
+ << Tag.getValueAsBit("IsRecordLikeDetailCommand") << ", "
+ << Tag.getValueAsBit("IsRecordLikeDeclarationCommand") << ", "
<< /* IsUnknownCommand = */ "0"
<< " }";
if (i + 1 != e)
OpenPOWER on IntegriCloud