summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTConsumer.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-11 12:19:30 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-11 12:19:30 +0000
commit1c28331b57df1b99af4ff5dcb409cafbe171795c (patch)
treecbef2c4e46eb07858e8707ce48629bf73023ea67 /clang/lib/AST/ASTConsumer.cpp
parent6a98131468162950c22a866d736e66e300fb2803 (diff)
downloadbcm5719-llvm-1c28331b57df1b99af4ff5dcb409cafbe171795c.tar.gz
bcm5719-llvm-1c28331b57df1b99af4ff5dcb409cafbe171795c.zip
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
and create separate decl nodes for forward declarations and the definition," which appears to be causing significant Objective-C breakage. llvm-svn: 110803
Diffstat (limited to 'clang/lib/AST/ASTConsumer.cpp')
-rw-r--r--clang/lib/AST/ASTConsumer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/AST/ASTConsumer.cpp b/clang/lib/AST/ASTConsumer.cpp
index 04a084a06a4..f37cbdea548 100644
--- a/clang/lib/AST/ASTConsumer.cpp
+++ b/clang/lib/AST/ASTConsumer.cpp
@@ -17,6 +17,3 @@ using namespace clang;
void ASTConsumer::HandleTopLevelDecl(DeclGroupRef D) {}
-void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
- HandleTopLevelDecl(D);
-}
OpenPOWER on IntegriCloud