llvm-project/clang/lib
Daniel Dunbar bbd482226e Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they
can't be represented in the environment define.

llvm-svn: 129939
2011-04-21 21:27:33 +00:00
..
AST Use the ArrayFiller to fill out "holes" in the array initializer due to designated initializers, 2011-04-21 20:03:38 +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 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they 2011-04-21 21:27:33 +00:00
CodeGen PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:12 +00:00
Driver Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they 2011-04-21 21:27:33 +00:00
Frontend PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. 2011-04-21 05:45:45 +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 PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. 2011-04-21 05:45:45 +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 Fixit suggestion for adding missing tag name should have a space after the tag name. Fixes rdar://9295072 2011-04-21 17:29:47 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema Use the ArrayFiller to fill out "holes" in the array initializer due to designated initializers, 2011-04-21 20:03:38 +00:00
Serialization For 2011-04-21 00:27:41 +00:00
StaticAnalyzer Make the VariadicMethodTypeChecker accept block pointers as Objective-C pointers. Fixes PR9746. 2011-04-19 01:16:46 +00:00
Tooling Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00