Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the fix-it tests into their own subdirectory | Douglas Gregor | 2009-04-02 | 1 | -11/+0 |
| | | | | llvm-svn: 68325 | ||||
* | Make darned sure that the -fixit tests are testing what we want them to test | Douglas Gregor | 2009-04-02 | 1 | -1/+1 |
| | | | | llvm-svn: 68289 | ||||
* | Update comments in fixit tests | Douglas Gregor | 2009-04-02 | 1 | -4/+4 |
| | | | | llvm-svn: 68279 | ||||
* | Introduce a "-fixit" mode to clang-cc that applies code-modification hints. | Douglas Gregor | 2009-04-02 | 1 | -1/+1 |
| | | | | llvm-svn: 68268 | ||||
* | Add code modification hints to various parsing-related diagnostics. | Douglas Gregor | 2009-04-01 | 1 | -0/+11 |
Plus, reword a extension warnings to avoid talking about "ISO C" when the extension might also be available in C++ or C++0x. llvm-svn: 68257 |