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
/
vla.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...
Chris Lattner
2011-06-14
1
-2
/
+2
*
Fix for PR5185. C99 [*] VLA notation should be disallowed in function definit...
Sam Weinig
2010-02-01
1
-0
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Revert r72575, which isn't really right, and fix up other code to
Eli Friedman
2009-05-29
1
-1
/
+1
*
Avoid dumping during semantic analysis when checking array types when
Mike Stump
2009-05-29
1
-0
/
+3
*
PR2044: reject declarations of functions returning variably modified
Eli Friedman
2009-05-16
1
-0
/
+5
*
Add a bit more handling for declarations like "int a[*]".
Eli Friedman
2009-04-26
1
-0
/
+3
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for
Eli Friedman
2009-02-26
1
-1
/
+3
*
Extend the implicit declaration and checking against out-of-scope
Douglas Gregor
2009-02-24
1
-3
/
+3
*
a minor grammar fix
Chris Lattner
2008-12-07
1
-3
/
+3
*
Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.
Anders Carlsson
2008-12-07
1
-0
/
+25
*
Rewrite FindDiagnostics to be more strict about the formatting of the
Chris Lattner
2008-11-24
1
-1
/
+1
*
clean up -verify mode output. If the expected-error string is
Chris Lattner
2008-11-23
1
-1
/
+1
*
Fix a FIXME by improving a diagnostic, add a testcase for PR3048
Chris Lattner
2008-11-12
1
-0
/
+3
*
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
Chris Lattner
2008-08-10
1
-1
/
+1
*
Fix this test so that it's valid; the point is to test for the crash,
Eli Friedman
2008-05-21
1
-1
/
+1
*
PR2347: Fix crash iterating over VLAs; this started triggering because
Eli Friedman
2008-05-21
1
-0
/
+8
*
Fix the location we emit the "not a constant" error for this:
Chris Lattner
2007-12-18
1
-0
/
+7