hanchenye-llvm-project/clang/lib
Rafael Espindola adcc1d18e2 When given the magic class __cxxabiv1::__fundamental_type_info, produce
the typeinfo for the fundamental types.

Fixes PR6685.

llvm-svn: 99701
2010-03-27 02:52:14 +00:00
..
AST Properly account for redeclarations when explicitly instantiating class templates. 2010-03-26 21:56:38 +00:00
Analysis Fix '+=' accumulation error when parsing numeric amounts in a format string. 2010-03-25 03:59:09 +00:00
Basic Teach the diagnostic engine to provide more detailed information about 2010-03-25 22:17:48 +00:00
Checker Fix NoReturnFunctionChecker to properly look at a function's type 2010-03-26 22:57:13 +00:00
CodeGen When given the magic class __cxxabiv1::__fundamental_type_info, produce 2010-03-27 02:52:14 +00:00
Driver Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environment 2010-03-26 22:41:03 +00:00
Frontend Implement support for -nostdc++. Fixes PR6446. 2010-03-24 20:13:48 +00:00
Headers Fix 80 col violations. 2010-03-26 20:17:17 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex fix a case where macro expansion should be disabled, patch by 2010-03-26 17:49:16 +00:00
Parse revert r98661, gcc_tdiag is not an attribute (PR6542). 2010-03-22 20:59:10 +00:00
Rewrite Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 2010-03-16 14:14:31 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Remove unused static function 2010-03-26 23:25:35 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00