Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e0ba9d1beeba01a96808c2fc61f9ca89acec313b
/
test
/
Sema
/
vla.c
d17e340
Fix for PR5185. C99 [*] VLA notation should be disallowed in function definitions.
by Sam Weinig
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
8718a6a
Revert r72575, which isn't really right, and fix up other code to
by Eli Friedman
· 16 years ago
4f54f4e
Avoid dumping during semantic analysis when checking array types when
by Mike Stump
· 16 years ago
88f7b57
PR2044: reject declarations of functions returning variably modified types.
by Eli Friedman
· 16 years ago
f91f5c8
Add a bit more handling for declarations like "int a[*]".
by Eli Friedman
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
bc592e6
Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for
by Eli Friedman
· 16 years ago
8f30105
Extend the implicit declaration and checking against out-of-scope
by Douglas Gregor
· 16 years ago
211316f
a minor grammar fix
by Chris Lattner
· 16 years ago
96e05bc
Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.
by Anders Carlsson
· 16 years ago
0947b4e
Rewrite FindDiagnostics to be more strict about the formatting of the
by Chris Lattner
· 16 years ago
b2c8c55
clean up -verify mode output. If the expected-error string is
by Chris Lattner
· 16 years ago
67027a7
Fix a FIXME by improving a diagnostic, add a testcase for PR3048
by Chris Lattner
· 16 years ago
d880363
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
by Chris Lattner
· 16 years ago
6b2564c
Fix this test so that it's valid; the point is to test for the crash,
by Eli Friedman
· 17 years ago
b0c0554
PR2347: Fix crash iterating over VLAs; this started triggering because
by Eli Friedman
· 17 years ago
6538347
Fix the location we emit the "not a constant" error for this:
by Chris Lattner
· 17 years ago