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-misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-09
1
-0
/
+3
*
Add a radar reference.
Mike Stump
2010-01-05
1
-0
/
+1
*
Disallow captured arrays in blocks as well. Radar 7438948.
Mike Stump
2010-01-05
1
-0
/
+8
*
Disallow capturing vlas inside blocks.
Mike Stump
2010-01-05
1
-1
/
+11
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-12
/
+12
*
Prep for new warning.
Mike Stump
2009-07-22
1
-1
/
+1
*
enhance the goto checker to reject jumps across __block variable definitions.
Chris Lattner
2009-07-19
1
-0
/
+13
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-3
/
+3
*
Allow qualifiers on blocks. Radar 6441502
Mike Stump
2009-05-07
1
-0
/
+5
*
Tighten up relationals with blocks and ints. Radar 6441502
Mike Stump
2009-05-07
1
-0
/
+8
*
Improve semantic checking for blocks. Radar 6441502
Mike Stump
2009-05-07
1
-0
/
+16
*
Add Sema checking for __block on vm declarations. Radar 6441502
Mike Stump
2009-05-01
1
-1
/
+3
*
Sema checking for incorrect placement of __block. Radar 6441502
Mike Stump
2009-04-30
1
-0
/
+8
*
Resolve merge conflict better.
Mike Stump
2009-04-21
1
-9
/
+9
*
Tighten up blocks type checking. This was discussed back in the
Mike Stump
2009-04-21
1
-2
/
+10
*
Fix rdar://6814047, a crash on invalid in blocks code I noticed when
Chris Lattner
2009-04-21
1
-6
/
+7
*
fix marking of nested blocks with the "hasBlockDeclRefExprs" to
Chris Lattner
2009-04-21
1
-0
/
+19
*
merge two tests.
Chris Lattner
2009-04-18
1
-0
/
+5
*
abstract the SwitchStack for blocks just like we do the goto labels.
Chris Lattner
2009-04-18
1
-0
/
+17
*
add some block goto test cases.
Chris Lattner
2009-04-18
1
-3
/
+17
*
Fix block comparisons. Radar 6732116.
Mike Stump
2009-04-01
1
-26
/
+31
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fixup expected errors.
Mike Stump
2009-02-08
1
-1
/
+1
*
change getCurFunctionDecl to skip through Block contexts to find
Chris Lattner
2008-12-04
1
-0
/
+7
*
instead of forcing blocks on by default, make them default to off, but let
Chris Lattner
2008-12-04
1
-1
/
+1
*
Implement rdar://6319320: give a good diagnostic for cases where people
Chris Lattner
2008-11-17
1
-1
/
+1
*
Fix rdar://6257721 by tightening up the block "snapshot" check, and
Chris Lattner
2008-10-20
1
-0
/
+8
*
Fix rdar://6251437, references to enum constant decls in a block
Chris Lattner
2008-09-28
1
-0
/
+14
*
More type checking for blocks. Still incomplete (will hopefully finish up thi...
Steve Naroff
2008-09-05
1
-0
/
+50