hanchenye-llvm-project/clang/lib
Douglas Gregor 3e06dbf48c Downgrade complaints about the use of variable-sized types within a
struct to an extension warning to match the behavior of GNU C, which
addresses the Sema part of PR3671.

llvm-svn: 66308
2009-03-06 23:41:27 +00:00
..
AST Moved CollectObjCIvars to more commonly available place 2009-03-05 20:08:48 +00:00
Analysis Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. 2009-03-06 22:10:49 +00:00
Basic Handle null IdentifierInfo* in Selector::getAsString(). 2009-03-06 23:36:28 +00:00
CodeGen Fixed a bug where generation of read-barriers caused 2009-03-06 23:05:56 +00:00
Driver Driver: Basic argument parsing. 2009-03-05 06:38:47 +00:00
Frontend Resize message bubble back to original size. 2009-03-02 23:06:15 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex #import is not considered an extension for ObjC. 2009-03-06 04:28:03 +00:00
Parse Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 2009-03-06 23:28:18 +00:00
Rewrite Tighten message bubble height. 2009-03-03 03:00:21 +00:00
Sema Downgrade complaints about the use of variable-sized types within a 2009-03-06 23:41:27 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00