summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we encounter a '==' in a context expecting a '=', assume the user made a...Argyrios Kyrtzidis2010-10-081-0/+12
* Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet2010-10-011-0/+5
* add a fixit when 'main' does ot return 'int'; review welcomeGabor Greif2010-09-081-0/+6
* Improve diagnostic and recovery when missing a comma between base orDouglas Gregor2010-09-071-0/+9
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-3/+5
* Thread a Scope pointer into BuildRecoveryCallExpr to help typoDouglas Gregor2010-04-141-0/+9
* When a declaration of a function is missing an exception specificationDouglas Gregor2010-03-241-0/+3
* Make this fix-it test case actually fail when there is a problem; addDouglas Gregor2010-02-011-8/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar2009-11-141-1/+1
* If a function with a default argument is redefined and the new function also ...Anders Carlsson2009-11-101-0/+9
* Move the fix-it tests into their own subdirectoryDouglas Gregor2009-04-021-0/+29
OpenPOWER on IntegriCloud