llvm-project/clang/lib
Peter Collingbourne a686b5f8bf C1X: add a language standard
llvm-svn: 129553
2011-04-15 00:35:23 +00:00
..
AST Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). 2011-04-14 22:09:26 +00:00
Analysis When we transform a C++ exception declaration (e.g., for template 2011-04-14 22:32:28 +00:00
Basic C1X: add a language standard 2011-04-15 00:35:23 +00:00
CodeGen Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). 2011-04-14 22:09:26 +00:00
Driver Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s input 2011-04-12 23:59:20 +00:00
Frontend C1X: add a language standard 2011-04-15 00:35:23 +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 Remove comment that snuck in there. 2011-04-13 10:05:14 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Implement C++0x [lex.pptoken]p3's handling of <::. 2011-04-14 18:36:27 +00:00
Parse Do not expand the opencl pragma names. This is so you can also have a define named the samed as the pragma and they do not interfere (ie. cl_khr_fp64). 2011-04-14 23:35:31 +00:00
Rewrite Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. 2011-04-14 00:40:03 +00:00
Sema When we transform a C++ exception declaration (e.g., for template 2011-04-14 22:32:28 +00:00
Serialization C1X: add a language standard 2011-04-15 00:35:23 +00:00
StaticAnalyzer Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). 2011-04-14 22:09:26 +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