Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi... | Daniel Dunbar | 2010-02-16 | 1 | -1/+1 |
* | Don't import __va_list_tag or __builtin_va_list when merging | Douglas Gregor | 2010-02-16 | 1 | -0/+6 |
* | Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ... | Douglas Gregor | 2010-02-15 | 1 | -15/+1 |
* | When AST merging for record declarations fails, warn about the | Douglas Gregor | 2010-02-11 | 1 | -9/+4 |
* | Implement basic support for merging function declarations across | Douglas Gregor | 2010-02-10 | 1 | -3/+10 |
* | Teach AST merging that variables with incomplete array types can be | Douglas Gregor | 2010-02-10 | 1 | -2/+4 |
* | Implement basic support for importing source locations from one AST | Douglas Gregor | 2010-02-10 | 1 | -2/+6 |
* | Hook up the diagnostics-argument printer when merging AST files, so | Douglas Gregor | 2010-02-09 | 1 | -5/+10 |
* | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor | 2010-02-09 | 1 | -0/+98 |