llvm-project/clang/lib
Daniel Dunbar d7ac9a375a IRgen: Make sure any prolog instructions get debug info.
llvm-svn: 107320
2010-06-30 21:27:56 +00:00
..
AST AST: Propogate printing policy to types in a bunch more places. 2010-06-30 19:16:48 +00:00
Analysis Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
Basic Translate numbers properly. 2010-06-25 19:04:52 +00:00
Checker Correctly implement the CheckerVisit optimization introduced in r106884, but this time actually used the cached checker list when calling back to Checker visit methods. This reduces the analysis time for sqlite3.c by 8%. 2010-06-30 07:28:52 +00:00
CodeGen IRgen: Make sure any prolog instructions get debug info. 2010-06-30 21:27:56 +00:00
Driver Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part 2010-06-29 16:38:33 +00:00
Frontend Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl. 2010-06-30 08:49:30 +00:00
Headers Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, instead of intN_t. 2010-06-30 06:30:50 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Implement support for #pragma message, patch by Michael Spencer! 2010-06-26 17:11:39 +00:00
Parse Partial fix for PR7267 based on comments by John McCall on an earlier patch. 2010-06-28 08:39:25 +00:00
Rewrite Rewriter: Use the appropriate printing context instead of the default 2010-06-30 19:16:53 +00:00
Runtime build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. 2010-06-25 17:33:49 +00:00
Sema Add a return to silence a warning. Alternately a default: return false 2010-06-30 18:36:32 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00