aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ASTMerge.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-13Teach ASTUnit to hold on to the Sema object and ASTConsumer that areDouglas Gregor1-0/+6
2010-06-07FrontendAction: Track active file kind.Daniel Dunbar1-1/+2
2010-06-07Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar1-2/+2
2010-04-05Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor1-3/+3
2010-04-05Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor1-1/+2
2010-02-16ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar1-1/+1
2010-02-16Don't import __va_list_tag or __builtin_va_list when mergingDouglas Gregor1-0/+6
2010-02-15Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ...Douglas Gregor1-15/+1
2010-02-11When AST merging for record declarations fails, warn about theDouglas Gregor1-9/+4
2010-02-10Implement basic support for merging function declarations acrossDouglas Gregor1-3/+10
2010-02-10Teach AST merging that variables with incomplete array types can beDouglas Gregor1-2/+4
2010-02-10Implement basic support for importing source locations from one ASTDouglas Gregor1-2/+6
2010-02-09Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor1-5/+10
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor1-0/+98