llvm-project/clang/lib
Anders Carlsson ae3c5cf76a When instantiating a class, if a base specifier is not dependent we still need to copy its attributes down to the instantiated class.
llvm-svn: 90463
2009-12-03 17:49:57 +00:00
..
AST Kill a few more random stderr uses. 2009-12-03 09:14:02 +00:00
Analysis Tweak handling of BlockDataRegions in RegionStoreManager::RemoveDeadBindings(): only the VarRegions for variables marked with the '__block' annotation should have their lifetime extended by a BlockDataRegion. 2009-12-03 17:48:05 +00:00
Basic Minor cleanup to the code-completion-point logic suggested by Chris. 2009-12-03 17:05:59 +00:00
CodeGen Handle static_assert inside functions. 2009-12-03 17:26:31 +00:00
Driver Add OptTable::PrintHelp. 2009-12-03 07:01:38 +00:00
Frontend Fix two more diagnostic-on-stderr instances that thought they could hide from me -- they thought wrong. 2009-12-03 09:14:12 +00:00
Headers Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. 2009-11-22 15:47:12 +00:00
Index Update CMake for CallGraph.cpp move. 2009-12-03 09:14:19 +00:00
Lex Minor cleanup to the code-completion-point logic suggested by Chris. 2009-12-03 17:05:59 +00:00
Parse Introduce the notion of literal types, as specified in C++0x. 2009-12-03 00:13:20 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema When instantiating a class, if a base specifier is not dependent we still need to copy its attributes down to the instantiated class. 2009-12-03 17:49:57 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00