Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
flexible-array-init.c
3fa64df
Refactor and fix checking for initialization of flexible array members. The old version had the checks scattered across the code, missed some checks, and had a couple nasty bugs in existing checks.
by Eli Friedman
· 14 years ago
1f81ced
Allow list-initialization of a local variable of class type with a
by Douglas Gregor
· 15 years ago
88fdea8
fix PR8217, a silent miscompilation of invalid code.
by Chris Lattner
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
07d8e3a
Allow flexible array initializers that are not surrounded by
by Douglas Gregor
· 17 years ago
1cba5fe
Downgrade the "excess elements in initializer" errors to warnings *in
by Douglas Gregor
· 17 years ago
09cfcff
GNU allows structs with flexible array members to be placed inside
by Douglas Gregor
· 17 years ago
2175b6a
Make one expected-diag directive match exactly one actual diagnostic.
by Sebastian Redl
· 17 years ago
fc4f8a1
Implement semantic analysis for the GNU flexible array initialization
by Douglas Gregor
· 17 years ago