llvm-project/clang/lib
Argyrios Kyrtzidis bd0a3fe5e8 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302, this time for C++ as well.
llvm-svn: 130157
2011-04-25 21:39:50 +00:00
..
AST t/clang/expr-traits 2011-04-25 06:54:41 +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 Like the coding standards say, do not use "using namespace std". 2011-04-23 09:06:00 +00:00
CodeGen t/clang/expr-traits 2011-04-25 06:54:41 +00:00
Driver Driver: When compilation fails, don't try to remove output files we don't have 2011-04-25 20:43:05 +00:00
Frontend Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczorek. 2011-04-25 20:59:30 +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 don't use compound literals in MM macros, since they will be instantiated 2011-04-25 20:42:40 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex Implement basic __is_trivial type-trait support, enough to close PR9472. 2011-04-23 10:47:28 +00:00
Parse Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302, this time for C++ as well. 2011-04-25 21:39:50 +00:00
Serialization t/clang/expr-traits 2011-04-25 06:54:41 +00:00
StaticAnalyzer t/clang/expr-traits 2011-04-25 06:54:41 +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