summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-3/+1
* Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis2010-11-181-9/+0
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-9/+15
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+5
* More PCH -> AST renaming.Sebastian Redl2010-08-181-2/+2
* Teach ASTUnit to hold on to the Sema object and ASTConsumer that areDouglas Gregor2010-08-131-0/+6
* FrontendAction: Track active file kind.Daniel Dunbar2010-06-071-1/+2
* Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar2010-06-071-2/+2
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-3/+3
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-1/+2
* ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar2010-02-161-1/+1
* Don't import __va_list_tag or __builtin_va_list when mergingDouglas Gregor2010-02-161-0/+6
* Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ...Douglas Gregor2010-02-151-15/+1
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-111-9/+4
* Implement basic support for merging function declarations acrossDouglas Gregor2010-02-101-3/+10
* Teach AST merging that variables with incomplete array types can beDouglas Gregor2010-02-101-2/+4
* Implement basic support for importing source locations from one ASTDouglas Gregor2010-02-101-2/+6
* Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor2010-02-091-5/+10
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-091-0/+98
OpenPOWER on IntegriCloud