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
/
try-catch.m
Age
Commit message (
Expand
)
Author
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-02-22
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...
Anders Carlsson
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-10-20
Issue warning if method body starts with a semicolon.
Fariborz Jahanian
2009-04-21
implement semantic analysis for @synchronized, fixing a crash on invalid
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-12
Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...
Steve Naroff
2009-02-11
Remove some non-ascii characters. Thanks Gabor.
Steve Naroff
2009-02-11
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
2009-02-11
Fix <rdar://problem/6206858> [sema] type check @throw statements.
Steve Naroff
2008-07-26
remove objc prefixes from these tests.
Chris Lattner