Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the fix-it tests into their own subdirectory | Douglas Gregor | 2009-04-02 | 1 | -29/+0 |
| | | | | llvm-svn: 68325 | ||||
* | Update comments in fixit tests | Douglas Gregor | 2009-04-02 | 1 | -4/+3 |
| | | | | 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 some more code modification hints | Douglas Gregor | 2009-04-01 | 1 | -2/+18 |
| | | | | llvm-svn: 68261 | ||||
* | Add code modification hints to various parsing-related diagnostics. | Douglas Gregor | 2009-04-01 | 1 | -0/+14 |
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 |