summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.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/Frontend/ASTUnit.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/Frontend/ASTUnit.cpp')
-rw-r--r--clang/lib/Frontend/ASTUnit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Frontend/ASTUnit.cpp b/clang/lib/Frontend/ASTUnit.cpp
index cd78abdaeb8..b287522806e 100644
--- a/clang/lib/Frontend/ASTUnit.cpp
+++ b/clang/lib/Frontend/ASTUnit.cpp
@@ -320,9 +320,6 @@ public:
Unit.addTopLevelDecl(D);
}
}
-
- // We're not interested in "interesting" decls.
- void HandleInterestingDecl(DeclGroupRef) {}
};
class TopLevelDeclTrackerAction : public ASTFrontendAction {
OpenPOWER on IntegriCloud