hanchenye-llvm-project/clang/lib
Chris Lattner d53e23328e Try to not emit the dead side of ?: if the condition is a constant.
llvm-svn: 59061
2008-11-11 18:56:45 +00:00
..
AST Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. 2008-11-11 17:56:53 +00:00
Analysis Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. 2008-11-11 17:56:53 +00:00
Basic Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review 2008-11-10 13:38:07 +00:00
CodeGen Try to not emit the dead side of ?: if the condition is a constant. 2008-11-11 18:56:45 +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 Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information. 2008-11-08 16:17:04 +00:00
Parse Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. 2008-11-11 17:56: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 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. 2008-11-11 17:56:53 +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