summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-missing-impl.m
Commit message (Collapse)AuthorAgeFilesLines
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-061-1/+1
| | | | | | Fixes PR2709. llvm-svn: 145928
* Fixes an instance method meta-data generation bug inFariborz Jahanian2011-04-221-1/+1
| | | | | | | | | | | ObjC NeXt runtime where method pointer registered in metadata belongs to an unrelated method. Ast part of this fix, I turned at @end missing warning (for class implementations) into an error as we can never be sure that meta-data being generated is correct. // rdar://9072317 llvm-svn: 130019
* 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
* Make tests use the new clang cc1 flag.Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91300
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Remove non-ascii chaaracter from diagnosticFariborz Jahanian2008-01-101-1/+1
| | | | llvm-svn: 45836
* Warn (as gcc does) when @end does not close anything.Fariborz Jahanian2008-01-101-0/+2
llvm-svn: 45834
OpenPOWER on IntegriCloud