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
/
Sema
/
block-args.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test case for blocks taking an array typedef
Reid Kleckner
2013-06-08
1
-0
/
+11
*
Fix an error with the declaration of block parameters that depend
John McCall
2011-03-22
1
-0
/
+5
*
dgregor accidentally killed this assert, but on investigation, it can fire
John McCall
2011-02-08
1
-0
/
+6
*
Add 'previous declaration is here' note for param redefinition
Chris Lattner
2010-02-22
1
-1
/
+2
*
Complain if block-literal expression's parameter name is
Fariborz Jahanian
2010-02-12
1
-0
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Semantic checking for main().
John McCall
2009-07-25
1
-1
/
+1
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
instead of forcing blocks on by default, make them default to off, but let
Chris Lattner
2008-12-04
1
-1
/
+1
*
Fix <rdar://problem/6252108> assigning to argument passed to block should not...
Steve Naroff
2008-09-28
1
-0
/
+5
*
Sema::ActOnIdentifierExpr(): Lookup block arguments.
Steve Naroff
2008-09-10
1
-0
/
+24