Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9b3064b55f3c858923734e8b1c9831777fc22554
/
test
/
Sema
/
array-init.c
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
a645796
Allow flexible array initializers that are not surrounded by
by Douglas Gregor
· 16 years ago
7c53ca6
Downgrade the "excess elements in initializer" errors to warnings *in
by Douglas Gregor
· 16 years ago
eeb15d4
Implement semantic analysis for the GNU flexible array initialization
by Douglas Gregor
· 16 years ago
b574e56
Upgrade the "excess elements in array initializer" warning to an
by Douglas Gregor
· 16 years ago
4c67834
Code generation support for C99 designated initializers.
by Douglas Gregor
· 16 years ago
1367ede
64-bit test fixes.
by Sebastian Redl
· 16 years ago
62b6a65
readd test as it passes correctly. nice, but weird
by Nuno Lopes
· 16 years ago
6d4abe1
Backing out r55607 due to logic errors and test regression.
by Eli Friedman
· 16 years ago
73419bf
fix one more this-is-not-a-constant error. test included
by Nuno Lopes
· 16 years ago
f7e37ce
make CheckArithmeticConstantExpression() aware of &foo and pointers
by Nuno Lopes
· 16 years ago
396f0bf
Support initialization of incomplete array with zero size (as extension).
by Daniel Dunbar
· 16 years ago
d880363
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
by Chris Lattner
· 16 years ago
f84eda3
Count the number of initializable members correctly in structs/unions
by Eli Friedman
· 17 years ago
402256f
Diagnose implicit init list for empty aggregate, like struct {}. Fixes
by Eli Friedman
· 17 years ago
638e144
Move the error checking for variable-sized objects so we don't
by Eli Friedman
· 17 years ago
c56c977
Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give
by Eli Friedman
· 17 years ago
fd89bc8
Fix PR2017 and silence some bogus errors.
by Chris Lattner
· 17 years ago
a7ad98f
Fix PR1992 by computing the right type for string literals, which
by Chris Lattner
· 17 years ago
578edc6
by Steve Naroff
· 17 years ago
a996033
by Steve Naroff
· 17 years ago
ca10730
Sema::CheckInitializerTypes(). Start simpliying and cleaning up...
by Steve Naroff
· 17 years ago
b7b6115
add comments for the various AssignConvertType's, and split int->pointer from pointer->int.
by Chris Lattner
· 17 years ago
5cf216b
Merge all the 'assignment' diagnostic code into one routine, decloning
by Chris Lattner
· 17 years ago
2fdc374
by Steve Naroff
· 17 years ago
fd8b4a4
by Steve Naroff
· 17 years ago
3b427b3
rename -parse-ast-print to -ast-print
by Chris Lattner
· 17 years ago
9f3d942
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 17 years ago
410e3e2
Remove a FIXME. Replace a couple asserts with an appropriate error
by Steve Naroff
· 17 years ago
371227d
by Steve Naroff
· 17 years ago
d35005e
by Steve Naroff
· 17 years ago
38374b0
by Steve Naroff
· 17 years ago
6f9f307
More semantic analysis of initializers.
by Steve Naroff
· 17 years ago
f009063
by Steve Naroff
· 17 years ago