hanchenye-llvm-project/clang/lib
Steve Naroff 323827e8d0 Change dyn_cast<> to isa<>. Pointed out by Anders (thanks).
llvm-svn: 69007
2009-04-14 00:40:09 +00:00
..
AST Change dyn_cast<> to isa<>. Pointed out by Anders (thanks). 2009-04-14 00:40:09 +00:00
Analysis Add analyzer support for objc_atomicCompareAndSwap() 2009-04-11 00:54:13 +00:00
Basic Include the SourceManager's line table in the PCH file. We can now 2009-04-13 16:31:14 +00:00
CodeGen Minor work related to removing the assumption that value initialization 2009-04-13 21:47:26 +00:00
Driver Implement support for GCC's -dD mode, which dumps -E output *and* 2009-04-12 01:56:53 +00:00
Frontend When writing a PCH file, keep track of all of the non-static, 2009-04-14 00:24:19 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex Fix assertion failure in PTH when tokens followed a closing #endif. 2009-04-13 17:57:49 +00:00
Parse Improve error recovery for calls, fixing: 2009-04-13 00:10:38 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema When writing a PCH file, keep track of all of the non-static, 2009-04-14 00:24:19 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00