summaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-arg-qualifier-warning.m
Commit message (Expand)AuthorAge
* "const id<NSFoo> *" instead of "id<NSFoo> const *".Chris Lattner2010-09-05
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-22
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-09
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-14
* Patch to warn when discarding objective-c pointer type qualifiersFariborz Jahanian2009-12-08