summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/fix-its.c
Commit message (Collapse)AuthorAgeFilesLines
* Format strings: don't ever convert %+d to %lu.Jordan Rose2013-01-171-1/+1
| | | | | | | | | | Presumably, if the printf format has the sign explicitly requested, the user wants to treat the data as signed. This is a fix-up for r172739, and also includes several test changes that didn't make it into that commit. llvm-svn: 172762
* [libclang] In cxloc::translateSourceRange make sure to handle locations in ↵Argyrios Kyrtzidis2012-04-111-1/+10
| | | | | | | | | | macro arguments correctly. clang diagnostics can provide fixits inside a macro argument now. rdar://11014346 llvm-svn: 154517
* And libclang cursor/indexing support for new Objective-C ↵Ted Kremenek2012-03-061-1/+1
| | | | | | NSArray/NSDictionary/NSNumber literals. llvm-svn: 152138
* If any Fix-Its attached to a diagnostic have invalid source locationsDouglas Gregor2011-02-031-0/+18
or source locations that refer into a macro instantiation, delete all of the Fix-Its on that diagnostic. llvm-svn: 124833
OpenPOWER on IntegriCloud