llvm-project/clang/lib
Sebastian Redl 849b1e6ac7 Remove some bad characters from comment.
llvm-svn: 59979
2008-11-24 20:06:50 +00:00
..
AST Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. 2008-11-24 05:23:59 +00:00
Analysis Fix the fix of revision 59974. Now array-struct.c passes too. 2008-11-24 19:39:40 +00:00
Basic Rename Selector::getName() to Selector::getAsString(), and add 2008-11-24 03:33:13 +00:00
CodeGen Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of 2008-11-24 05:29:24 +00:00
Driver remove a dead enum 2008-11-22 20:47:38 +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 make the 'to match this' diagnostic a note. 2008-11-23 23:17:07 +00:00
Parse make the 'to match this' diagnostic a note. 2008-11-23 23:17:07 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Remove some bad characters from comment. 2008-11-24 20:06:50 +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