Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
dfdfc584f2a8d9f1eebd6e6eaa9b1bbff519d8f9
/
lib
/
AST
/
ASTConsumer.cpp
27372b4
Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do with the breakage.
by Sebastian Redl
· 14 years ago
deacbdc
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
by Douglas Gregor
· 14 years ago
74c730a
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition.
by Sebastian Redl
· 14 years ago
682bf92
Push DeclGroup much farther throughout the compiler. Now the various
by Chris Lattner
· 16 years ago
557c5b1
push more ASTContext goodness out through interfaces that use TranslationUnit
by Chris Lattner
· 16 years ago
7bb0da0
eliminate ASTConsumer::InitializeTU, all clients are
by Chris Lattner
· 16 years ago
fb754b6
Remove unused ASTConsumer::HandleTopLevelDeclaration
by Daniel Dunbar
· 17 years ago
e3a6198
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
by Ted Kremenek
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from AST/ASTConsumer.cpp]
8ee3c03
move the codegen ASTConsumer out of the driver into libcodegen,
by Chris Lattner
· 17 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
2ff3e69
Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually
by Ted Kremenek
· 17 years ago