llvm-project/clang/lib
Douglas Gregor 09cfcff492 GNU allows structs with flexible array members to be placed inside
arrays and other structs/unions as an extension. Downgrade our error
to a warning. Fixes PR3540.

llvm-svn: 64239
2009-02-10 21:49:46 +00:00
..
AST Fixup -ast-print so that: 2009-02-10 20:16:46 +00:00
Analysis Fix a crash in GRSimpleVals::EvalCast due not handling transparent unions. 2009-02-10 05:42:58 +00:00
Basic simplify and refactor a bunch of type definition code in Preprocessor 2009-02-06 05:04:11 +00:00
CodeGen Pull CodeGenFunction::EmitVAArg into target specific ABIInfo classes. 2009-02-10 21:44:36 +00:00
Driver use some references to simplify code. 2009-02-08 01:00:10 +00:00
Headers Fix an #ifndef that should be an #ifdef instead. 2009-02-10 06:18:19 +00:00
Lex Export __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__ / __INT64_TYPE__ 2009-02-06 22:59:26 +00:00
Parse Fix a problem with bogus template shadowing warnings 2009-02-10 19:52:54 +00:00
Rewrite rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
Sema GNU allows structs with flexible array members to be placed inside 2009-02-10 21:49:46 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00