llvm-project/clang/lib
Ted Kremenek 45698bf05f GRExprEngine::VisitInitListExpr:
- Don't crash on vector types.
- Handle typedefs.

llvm-svn: 59220
2008-11-13 05:05:34 +00:00
..
AST Backout of r59196, plus a new ICE test. Sorry if this is a 2008-11-13 02:13:11 +00:00
Analysis GRExprEngine::VisitInitListExpr: 2008-11-13 05:05:34 +00:00
Basic Don't build identifiers for C++ constructors, destructors, or 2008-11-12 23:21:09 +00:00
CodeGen Easy IRgen improvement for bitfields, don't emit x >> 0. 2008-11-13 02:20:34 +00:00
Driver Update CMakeLists.txt 2008-11-04 20:31:17 +00:00
Headers #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures. 2008-11-04 06:53:14 +00:00
Lex Move some diagnostic handling to PreprocessorLexer. 2008-11-12 23:13:54 +00:00
Parse Don't build identifiers for C++ constructors, destructors, or 2008-11-12 23:21:09 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Don't build identifiers for C++ constructors, destructors, or 2008-11-12 23:21:09 +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