Fariborz Jahanian
|
b14d70413f
|
Changed text of warning in my last patch.
Related to radar:
<rdar://problem/7308503> clang should disallow the trailing semicolon in method definitions
llvm-svn: 84647
|
2009-10-20 17:24:11 +00:00 |
Fariborz Jahanian
|
040d75d9b6
|
Issue warning if method body starts with a semicolon.
Fixes
<rdar://problem/7308503> clang should disallow the trailing semicolon in method definitions
llvm-svn: 84645
|
2009-10-20 16:39:13 +00:00 |
Steve Naroff
|
d338d08f49
|
Fix typo in newly added test case.
llvm-svn: 68515
|
2009-04-07 14:22:40 +00:00 |
Steve Naroff
|
54e5945297
|
Change the type of ObjC @ string constants (from NSConstantString->NSString).
This fixes <rdar://problem/6757102> clang type for @"xxx" is "NSConstantString *" (GCC type is "NSString *").
llvm-svn: 68514
|
2009-04-07 14:18:33 +00:00 |