hanchenye-llvm-project/clang/lib
Anders Carlsson e7c2ac4b54 Remove dead code.
llvm-svn: 60320
2008-12-01 02:25:52 +00:00
..
AST Remove dead code. 2008-12-01 02:25:52 +00:00
Analysis Add support for initializing array with string literal. 2008-11-30 05:49:49 +00:00
Basic Fix order of evaluation. 2008-11-27 07:28:14 +00:00
CodeGen Fix for PR2969: generate a memcpy from a constant for constant 2008-11-30 02:11:09 +00:00
Driver Minor update to CMake build system. 2008-11-30 01:46:21 +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 PTHLexer now owns the Token vector. 2008-11-27 00:38:24 +00:00
Parse Implement the GNU __null extension 2008-11-29 04:51:27 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::CheckConditionalOperands. 2008-12-01 02:17:22 +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