llvm-project/clang/lib
Eli Friedman 3253e189c6 PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type.
Adapted from patch by Tim Northover.

llvm-svn: 69566
2009-04-20 03:21:44 +00:00
..
AST Remove non-const form of lookupFieldDeclForIvar. 2009-04-20 00:37:55 +00:00
Analysis As we now have ValueManager as the new value factory, we do not need factory 2009-04-20 02:27:09 +00:00
Basic move group twiddling options into Diagnostic.cpp instead of 2009-04-19 22:34:23 +00:00
CodeGen PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type. 2009-04-20 03:21:44 +00:00
Driver Forward f[no-]dollars-in-identifiers to clang, when specified. 2009-04-19 21:20:32 +00:00
Frontend don't crash on invalid ranges in -fprint-source-range-info 2009-04-19 22:24:10 +00:00
Headers glibc plays some weird games with multiple different definitions of 2009-04-18 19:11:11 +00:00
Lex implement "#pragma GCC diagnostic". Besides being a nice feature, this 2009-04-19 23:16:58 +00:00
Parse Add more thorough/correct checking for invalid __thread specifiers. 2009-04-19 20:27:55 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Conditional operator C++ checking complete. What issues remain are in more general code. 2009-04-19 21:53:20 +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