Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
be6d259a375bbec49659d54a302c4758058f2eef
/
test
/
Sema
/
block-misc.c
be6d259
enhance the goto checker to reject jumps across __block variable definitions.
by Chris Lattner
· 16 years ago
687abff
Don't allow defining a block with a non-prototype type. Remove a
by Eli Friedman
· 16 years ago
7bc8d96
Allow qualifiers on blocks. Radar 6441502
by Mike Stump
· 16 years ago
af199f3
Tighten up relationals with blocks and ints. Radar 6441502
by Mike Stump
· 16 years ago
dd3e166
Improve semantic checking for blocks. Radar 6441502
by Mike Stump
· 16 years ago
c975bb0
Add Sema checking for __block on vm declarations. Radar 6441502
by Mike Stump
· 16 years ago
ea000bf
Sema checking for incorrect placement of __block. Radar 6441502
by Mike Stump
· 16 years ago
914d3db
Resolve merge conflict better.
by Mike Stump
· 16 years ago
25efa10
Tighten up blocks type checking. This was discussed back in the
by Mike Stump
· 16 years ago
5c59e2b
Fix rdar://6814047, a crash on invalid in blocks code I noticed when
by Chris Lattner
· 16 years ago
17f3a6d
fix marking of nested blocks with the "hasBlockDeclRefExprs" to
by Chris Lattner
· 16 years ago
ede6e47
merge two tests.
by Chris Lattner
· 16 years ago
bcfce66
abstract the SwitchStack for blocks just like we do the goto labels.
by Chris Lattner
· 16 years ago
5718a35
add some block goto test cases.
by Chris Lattner
· 16 years ago
aab0f7a
Fix block comparisons. Radar 6732116.
by Mike Stump
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
bfa2ac0
Fixup expected errors.
by Mike Stump
· 17 years ago
371f258
change getCurFunctionDecl to skip through Block contexts to find
by Chris Lattner
· 17 years ago
ae0ee03
instead of forcing blocks on by default, make them default to off, but let
by Chris Lattner
· 17 years ago
ca354fa
Implement rdar://6319320: give a good diagnostic for cases where people
by Chris Lattner
· 17 years ago
639e2d3
Fix rdar://6257721 by tightening up the block "snapshot" check, and
by Chris Lattner
· 17 years ago
f7037b1
Fix rdar://6251437, references to enum constant decls in a block
by Chris Lattner
· 17 years ago
dd972f2
More type checking for blocks. Still incomplete (will hopefully finish up this weekend).
by Steve Naroff
· 17 years ago