hanchenye-llvm-project/clang/lib
Douglas Gregor 58e008d2a6 Some cleanup for the implementation of built-in operator
candidates. Thanks to Chris for the review!

llvm-svn: 59260
2008-11-13 20:12:29 +00:00
..
AST Some cleanup for the implementation of built-in operator 2008-11-13 20:12:29 +00:00
Analysis - Revert r59229 and r59232: AllocRegion should be immutable. 2008-11-13 15:42:31 +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 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09: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 Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ownership semantics of these objects explicit within the Preprocessor and also tightens up the code (explicit deletes not needed). 2008-11-13 17:11:24 +00:00
Parse Fix a couple of suboptimalities in error recovery. 2008-11-13 18:52:53 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Some cleanup for the implementation of built-in operator 2008-11-13 20:12:29 +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