llvm-project/clang/lib
Chris Lattner 50c3c1316a Inline LocalInstantiationScope::getInstantiationOf into its one
client, making room for future hacking.

llvm-svn: 125770
2011-02-17 19:47:42 +00:00
..
AST Remove the last virtual member function from the Decl hierarchy, 2011-02-17 18:14:32 +00:00
Analysis Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
Basic Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. 2011-02-17 08:51:38 +00:00
CodeGen Remove the "conditional save" hashtables from IR generation. 2011-02-17 19:02:56 +00:00
Driver Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. 2011-02-17 08:51:38 +00:00
Frontend 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
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 Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. 2011-02-15 23:45:31 +00:00
Parse The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit 2011-02-17 18:59:06 +00:00
Rewrite Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
Sema Inline LocalInstantiationScope::getInstantiationOf into its one 2011-02-17 19:47:42 +00:00
Serialization Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
StaticAnalyzer When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers.inc to be 2011-02-17 18:40:33 +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