summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2008-12-21 00:16:32 +0000
committerAnders Carlsson <andersca@mac.com>2008-12-21 00:16:32 +0000
commit8e0ba050748e7e89a51ef30aeb502478ac198f58 (patch)
tree3e942dd27373cbb400ee8fa4763144389df2017a /clang/lib/AST
parent3d312f87881139339ea6f1f6977954791478f047 (diff)
downloadbcm5719-llvm-8e0ba050748e7e89a51ef30aeb502478ac198f58.tar.gz
bcm5719-llvm-8e0ba050748e7e89a51ef30aeb502478ac198f58.zip
Did not mean to commit this.
llvm-svn: 61296
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/Type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/Type.cpp b/clang/lib/AST/Type.cpp
index b9d97ced13b..5909c976aa6 100644
--- a/clang/lib/AST/Type.cpp
+++ b/clang/lib/AST/Type.cpp
@@ -803,6 +803,7 @@ bool EnumType::classof(const TagType *TT) {
return isa<EnumDecl>(TT->getDecl());
}
+
//===----------------------------------------------------------------------===//
// Type Printing
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud