Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Benjamin Kramer
|
20fa418bf1
Move LocInfoType from Sema to AST.
|
9 years ago |
Adrian Prantl
|
5f4be954a1
Introduce a PCHContainerOperations interface (NFC).
|
10 years ago |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 years ago |
Argyrios Kyrtzidis
|
d3d981627c
Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked
|
13 years ago |
Argyrios Kyrtzidis
|
88c2596edc
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
|
13 years ago |
Argyrios Kyrtzidis
|
b4a686df4d
Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts
|
14 years ago |
Sebastian Redl
|
27372b4f1f
Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do with the breakage.
|
15 years ago |
Douglas Gregor
|
deacbdca55
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
|
15 years ago |
Sebastian Redl
|
74c730ad1f
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition.
|
15 years ago |
Chris Lattner
|
682bf92db4
Push DeclGroup much farther throughout the compiler. Now the various
|
16 years ago |
Chris Lattner
|
557c5b1717
push more ASTContext goodness out through interfaces that use
|
16 years ago |
Chris Lattner
|
7bb0da001f
eliminate ASTConsumer::InitializeTU, all clients are
|
16 years ago |
Daniel Dunbar
|
fb754b6db2
Remove unused ASTConsumer::HandleTopLevelDeclaration
|
17 years ago |
Ted Kremenek
|
e3a6198400
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
|
17 years ago |
Chris Lattner
|
bda0b626e7
Make a major restructuring of the clang tree: introduce a top-level
|
17 years ago |