index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
/
invalid-code.m
Age
Commit message (
Expand
)
Author
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-03-23
Make sure we don't accept an @interface inside another objc container
Argyrios Kyrtzidis
2012-03-13
Fix crash at @implementation with a forward reference as base class.
Argyrios Kyrtzidis
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-07
Make parsing of objc @implementations more robust.
Argyrios Kyrtzidis
2011-11-09
Don't crash on invalid objc code.
Argyrios Kyrtzidis
2011-11-08
objc: Don't crash on missing @interface decl.
Fariborz Jahanian
2011-02-22
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...
Anders Carlsson
2010-09-19
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-04-20
Fix crash on invalid code where a @throw statement is not followed by a ';'
Ted Kremenek
2010-03-18
Make PredefinedExpr::ComputeName() more robust to incorrect
Ted Kremenek
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Change tests to use clang -cc1...
Fariborz Jahanian
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-08-05
Fix rdar://6124613 a crash on invalid code.
Chris Lattner