summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-pmem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-1/+3
| | | | | | files with the additional suffix in the middle. llvm-svn: 102230
* Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky2010-04-151-0/+1
| | | | | | -fixit-at specified a particular fixit to fix, or the -o flag was used. llvm-svn: 101359
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-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 Dunbar2009-11-141-1/+1
| | | | llvm-svn: 88758
* Add 'fixit' hint on mis-use of pointer-to-memberFariborz Jahanian2009-10-261-0/+23
binary operators. llvm-svn: 85153
OpenPOWER on IntegriCloud