llvm-capstone/clang/lib
Eric Christopher aba9fb217e Add a return to silence a warning. Alternately a default: return false
would work.

Sebastian: figure out which one you want :)
llvm-svn: 107305
2010-06-30 18:36:32 +00:00
..
Analysis Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
AST Nasty rewriter bug which turns out to have an easy fix in 2010-06-30 16:31:08 +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 extern variable declared locally to objective-c++ method 2010-06-30 18:27:47 +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 introduce a new CharSourceRange class, and enhance the diagnostics routines 2010-06-18 22:45:06 +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