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