llvm-project/clang/lib
Daniel Dunbar fcd2389b7a TWEAK
llvm-svn: 129835
2011-04-19 23:34:21 +00:00
..
AST ADT/Triple: Switch to using .isOSDarwin() predicate. 2011-04-19 21:43:27 +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 TWEAK 2011-04-19 23:34:21 +00:00
CodeGen IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we 2011-04-19 23:10:47 +00:00
Driver Driver/Darwin: Switch to using -macosx for OS name in triples. 2011-04-19 23:34:17 +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 Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. 2011-04-16 01:03:33 +00:00
Sema ADT/Triple: Switch to using .isOSDarwin() predicate. 2011-04-19 21:43:27 +00:00
Serialization We regard a function as 'unused' from the codegen perspective, so our warnings diverge from 2011-04-19 19:51:10 +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