summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-arg-qualifier-warning.m
Commit message (Expand)AuthorAgeFilesLines
* "const id<NSFoo> *" instead of "id<NSFoo> const *".Chris Lattner2010-09-051-2/+2
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Patch to warn when discarding objective-c pointer type qualifiersFariborz Jahanian2009-12-081-0/+20