summaryrefslogtreecommitdiff
path: root/test/SemaObjC/objc-string-constant.m
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-11-10Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...Ted Kremenek
2009-10-20Changed text of warning in my last patch.Fariborz Jahanian
2009-10-20Issue warning if method body starts with a semicolon.Fariborz Jahanian
2009-04-07Fix typo in newly added test case.Steve Naroff
2009-04-07Change the type of ObjC @ string constants (from NSConstantString->NSString).Steve Naroff