llvm-project/clang/lib
Daniel Dunbar f75c823e5c For if blocks with no else, name the join block ifend instead of the
more confusing ifelse.

Use dotted names for if blocks (if.then vs ifthen).

llvm-svn: 59201
2008-11-13 00:47:57 +00:00
..
AST Fix bug where the body block of an ObjCForCollectionStmt would not properly get expanded as a series of basic blocks. 2008-11-13 00:06:59 +00:00
Analysis Update CFGStmtVisitor to recognize that ObjCForCollectionStmts are special block-level "expressions". 2008-11-12 21:58:46 +00:00
Basic Don't build identifiers for C++ constructors, destructors, or 2008-11-12 23:21:09 +00:00
CodeGen For if blocks with no else, name the join block ifend instead of the 2008-11-13 00:47:57 +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