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-literal.c
Age
Commit message (
Expand
)
Author
2010-01-19
Implement goto inside of blocks.
Mike Stump
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-27
Cleanups.
Mike Stump
2009-04-22
change implicit int warnings to point to the identifier, not the
Chris Lattner
2009-04-22
Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,
Chris Lattner
2009-04-17
Fixup semantic analysis for nested blocks, and allow block literal
Mike Stump
2009-04-16
Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar...
Steve Naroff
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-22
Adjust isModifiableLvalue to give a slightly more useful diagnostic for
Eli Friedman
2009-03-22
Fix code to mark block variables as const to actually work. Fix
Eli Friedman
2009-02-27
upgrade various 'implicit int' warnings from an ext-warn to warning when not
Chris Lattner
2008-12-04
instead of forcing blocks on by default, make them default to off, but let
Chris Lattner
2008-11-21
disable expected-errors in #if parts of the test.
Chris Lattner
2008-10-02
Changed Sema::CheckForConstantInitializer to allow global block literals.
Steve Naroff
2008-09-26
Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with Blo...
Steve Naroff
2008-09-16
Remove support for BlockExprExpr. For example...
Steve Naroff
2008-09-10
More semantic analysis for blocks...
Steve Naroff