llvm-project/clang/lib
Oscar Fuentes 15fe190027 Put targets on folders, if the IDE supports the feature.
Requires CMake 2.8.3 or newer.

llvm-svn: 126094
2011-02-20 22:06:44 +00:00
..
AST Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
Analysis Add a LangOptions::areExceptionsEnabled and start using it. 2011-02-20 00:20:27 +00:00
Basic Test commit. 2011-02-20 00:59:54 +00:00
CodeGen Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
Driver Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). 2011-02-19 23:53:54 +00:00
Frontend Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). 2011-02-19 23:53:54 +00:00
FrontendTool Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful 2011-02-17 19:04:40 +00:00
Headers Put targets on folders, if the IDE supports the feature. 2011-02-20 22:06:44 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. 2011-02-20 12:13:05 +00:00
Parse Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
Rewrite Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
Sema Remove unused function. 2011-02-20 16:04:14 +00:00
Serialization Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
StaticAnalyzer New function for tablegenning: clang_tablegen. 2011-02-20 22:06:32 +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