summaryrefslogtreecommitdiff
path: root/test/SemaObjC/objc-string-constant.m
Commit message (Expand)AuthorAge
* 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
* Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...Ted Kremenek2009-11-10
* Changed text of warning in my last patch.Fariborz Jahanian2009-10-20
* Issue warning if method body starts with a semicolon.Fariborz Jahanian2009-10-20
* Fix typo in newly added test case.Steve Naroff2009-04-07
* Change the type of ObjC @ string constants (from NSConstantString->NSString).Steve Naroff2009-04-07