aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/invalid-code.m
AgeCommit message (Expand)Author
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-03-23Make sure we don't accept an @interface inside another objc containerArgyrios Kyrtzidis
2012-03-13Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-07Make parsing of objc @implementations more robust.Argyrios Kyrtzidis
2011-11-09Don't crash on invalid objc code.Argyrios Kyrtzidis
2011-11-08objc: Don't crash on missing @interface decl.Fariborz Jahanian
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-04-20Fix crash on invalid code where a @throw statement is not followed by a ';'Ted Kremenek
2010-03-18Make PredefinedExpr::ComputeName() more robust to incorrectTed Kremenek
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-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-05Fix rdar://6124613 a crash on invalid code.Chris Lattner