index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Parser
/
objc-try-catch-1.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-08
1
-2
/
+2
*
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...
Anders Carlsson
2011-02-22
1
-2
/
+2
*
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
1
-3
/
+5
*
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-09-19
1
-5
/
+3
*
Fix rdar://8139785 "implement warning on dead expression in comma operator"
Argyrios Kyrtzidis
2010-06-30
1
-2
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Make tests use the new clang cc1 flag.
Fariborz Jahanian
2009-12-14
1
-2
/
+2
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
implement semantic analysis for @synchronized, fixing a crash on invalid
Chris Lattner
2009-04-21
1
-1
/
+4
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-2
/
+2
*
Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...
Steve Naroff
2009-02-12
1
-1
/
+1
*
Fix <rdar://problem/6206858> [sema] type check @throw statements.
Steve Naroff
2009-02-11
1
-1
/
+1
*
Merge function-return.c into function.c
Chris Lattner
2008-12-18
1
-1
/
+1
*
Objective-C keywords are not always identifiers. Some are also C++ keywords
Douglas Gregor
2008-12-01
1
-2
/
+2
*
fix typo
Gabor Greif
2008-05-23
1
-3
/
+3
*
implement simple support for arbitrary token lookahead. Change the
Chris Lattner
2008-03-10
1
-2
/
+5
*
Fix Parser::ParseObjCTryStmt() to allow for trailing @-keyword statements/exp...
Steve Naroff
2008-02-05
1
-0
/
+10
*
- Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeyword...
Chris Lattner
2007-12-27
1
-24
/
+38
*
this patch accomodates clattner's comments on expression processing in @try-s...
Fariborz Jahanian
2007-10-04
1
-1
/
+3
*
Patch to parse objective-c's @try-statement and @throw-statement.
Fariborz Jahanian
2007-09-19
1
-0
/
+36