hanchenye-llvm-project/clang/lib
Richard Trieu 2c850c0980 Add a fixit suggest for missing case keywords inside a switch scope. For instance, in the following code, 'case ' will be suggested before the '1:'
switch (x) {
  1: return 0;
  default: return 1;
}

llvm-svn: 129943
2011-04-21 21:44:26 +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 Add a fixit suggest for missing case keywords inside a switch scope. For instance, in the following code, 'case ' will be suggested before the '1:' 2011-04-21 21:44:26 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema Add a fixit suggest for missing case keywords inside a switch scope. For instance, in the following code, 'case ' will be suggested before the '1:' 2011-04-21 21:44:26 +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