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