Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky | 2010-04-24 | 1 | -5/+0 |
| | | | | | | files with the additional suffix in the middle. llvm-svn: 102230 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Update FixIt tests to make it more obvious they use a separate mode. | Daniel Dunbar | 2009-11-14 | 1 | -1/+1 |
| | | | | llvm-svn: 88758 | ||||
* | Update test case; I'm confused why this wasn't failing on the buildbot | Daniel Dunbar | 2009-05-16 | 1 | -1/+1 |
| | | | | | | though? llvm-svn: 71955 | ||||
* | Add a new command-line option "-fixit-at=file:line:column" that only | Douglas Gregor | 2009-04-02 | 1 | -0/+5 |
applies fix-its to error messages that occur at that specific location in the program. llvm-svn: 68342 |