hanchenye-llvm-project/clang/lib
Anders Carlsson acc7981883 Add the ability to evaluate comparison operators with floating point numbers as operands.
llvm-svn: 59408
2008-11-16 07:17:21 +00:00
..
AST Add the ability to evaluate comparison operators with floating point numbers as operands. 2008-11-16 07:17:21 +00:00
Analysis Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the 2008-11-16 07:06:26 +00:00
Basic Add a new expression node, CXXOperatorCallExpr, which expresses a 2008-11-14 16:09:21 +00:00
CodeGen More constant expr work. 2008-11-16 06:23:45 +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 Implement parsing and semantic checking of the 'mutable' keyword. 2008-11-14 23:42:31 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Implement parsing and semantic checking of the 'mutable' keyword. 2008-11-14 23:42:31 +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