summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/objc-string-constant.m
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91297
* Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ↵Ted Kremenek2009-11-101-1/+1
| | | | | | <rdar://problem/7381735>. llvm-svn: 86731
* Changed text of warning in my last patch.Fariborz Jahanian2009-10-201-1/+1
| | | | | | | Related to radar: <rdar://problem/7308503> clang should disallow the trailing semicolon in method definitions llvm-svn: 84647
* Issue warning if method body starts with a semicolon.Fariborz Jahanian2009-10-201-1/+1
| | | | | | | Fixes <rdar://problem/7308503> clang should disallow the trailing semicolon in method definitions llvm-svn: 84645
* Fix typo in newly added test case.Steve Naroff2009-04-071-1/+1
| | | | llvm-svn: 68515
* Change the type of ObjC @ string constants (from NSConstantString->NSString).Steve Naroff2009-04-071-0/+39
This fixes <rdar://problem/6757102> clang type for @"xxx" is "NSConstantString *" (GCC type is "NSString *"). llvm-svn: 68514
OpenPOWER on IntegriCloud