| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add in the LIT magic to avoid running AST merge test inputs as | Douglas Gregor | 2010-02-09 | 3 | -2/+1 | |
| | | | | | | | separate tests. Thanks, Daniel! llvm-svn: 95705 | |||||
| * | Hook up the diagnostics-argument printer when merging AST files, so | Douglas Gregor | 2010-02-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | that we get readable diagnostics such as: error: external variable 'x1' declared with incompatible types in different translation units ('double *' vs. 'float **') However, there is no translation of source locations, yet. llvm-svn: 95704 | |||||
| * | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor | 2010-02-09 | 3 | -0/+11 | |
| context with the AST importer. WIP, still useless but at least it has a test. llvm-svn: 95683 | ||||||

