llvm-project/clang/lib
Anders Carlsson f03f3ec9dd Don't add type names for enums; they're never used in LLVM IR.
llvm-svn: 129894
2011-04-20 23:51:43 +00:00
..
AST Give invalid tag types 8-bit size and alignment, rather than 1-bit 2011-04-20 17:29:44 +00:00
Analysis Fix PR9741. The implicit declarations created for range-based for loops weren't being added to the DeclContext (nor were they being marked as implicit). Also, the declarations were being emitted in the wrong order when building the CFG. 2011-04-18 15:49:25 +00:00
Basic PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architectures for triples, e.g. ptx32-unknown-unknown 2011-04-20 19:34:15 +00:00
CodeGen Don't add type names for enums; they're never used in LLVM IR. 2011-04-20 23:51:43 +00:00
Driver Driver: Suppress some additional warnings with -Qunused-arguments. 2011-04-20 15:44:48 +00:00
Frontend ADT/Triple: Switch to using .isOSDarwin() predicate. 2011-04-19 21:43:27 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Add mm3dnow.h. 2011-04-15 15:11:21 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex Add __has_feature(cxx_range_for) check for C++11 range-based for loop. 2011-04-15 15:14:40 +00:00
Parse Avoid superfluous warning after an error is detcted and reported. 2011-04-19 21:42:37 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema Fix a crash-on-invalid involving non-identifier names in a member 2011-04-20 18:19:55 +00:00
Serialization Teach SourceManager::getSLocEntry() that it can fail due to problems 2011-04-20 00:21:03 +00:00
StaticAnalyzer Make the VariadicMethodTypeChecker accept block pointers as Objective-C pointers. Fixes PR9746. 2011-04-19 01:16:46 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00