clang-1/lib
Chris Lattner c7c11b1ba6 rdar://6827200 - [sema] reject statically allocated arrays of interface types
Upgrade "array of interface" warning to an error.  In addition to being a
terrible idea, this crashes codegen.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70178 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-27 01:55:56 +00:00
..
AST Add a bit more handling for declarations like "int a[*]". 2009-04-26 21:57:51 +00:00
Analysis Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
Basic Some fixes for PCH (de-)serialization of Objective-C AST nodes: 2009-04-26 22:20:50 +00:00
CodeGen Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
Driver Turn PCH off by default, yet again. I'm happier about it this time, though 2009-04-26 23:15:05 +00:00
Frontend remove dead var 2009-04-27 01:08:03 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex Lazily load the controlling macros for all of the headers known in the 2009-04-25 23:30:02 +00:00
Parse The mysterious bug turns out to be an incredibly bone-headed mistake. 2009-04-26 21:08:36 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema rdar://6827200 - [sema] reject statically allocated arrays of interface types 2009-04-27 01:55:56 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00