llvm-project/clang/lib
Chandler Carruth 65fa1fd18e Add support for '__is_literal_type' spelling of the existing
'__is_literal' type trait for GCC compatibility. At least one relased
version if libstdc++ uses this name for the trait despite it not being
documented anywhere.

llvm-svn: 130078
2011-04-24 02:49:28 +00:00
..
AST Begin tracking trivialness of move constructors and move assignment 2011-04-23 23:10:33 +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 Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
Driver Move all of the logic for __DEPRECATED to the driver based on comments 2011-04-23 19:48:40 +00:00
Frontend Move all of the logic for __DEPRECATED to the driver based on comments 2011-04-23 19:48:40 +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 Implement basic __is_trivial type-trait support, enough to close PR9472. 2011-04-23 10:47:28 +00:00
Parse Add support for '__is_literal_type' spelling of the existing 2011-04-24 02:49:28 +00:00
Rewrite Use S.str() to force a flush. 2011-04-20 16:38:37 +00:00
Sema "note" location of forward class used as receiver of 2011-04-23 17:27:19 +00:00
Serialization Begin tracking trivialness of move constructors and move assignment 2011-04-23 23:10:33 +00:00
StaticAnalyzer Remove unused STL header includes. 2011-04-23 19:53:52 +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