clang-1/lib
Douglas Gregor 83ddad3ab5 Implement support for C++ direct initializers that involve dependent
types or type-dependent expressions.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80143 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-26 21:14:46 +00:00
..
AST More work for conversion functions. 2009-08-26 21:11:25 +00:00
Analysis Fix regression in BasicStoreManager caused by implicitly casting loaded values and trying to load/store from arrays. RegionStoreManager already properly handles these cases well; we just need to gracefully not handle this case in BasicStoreManager. This fixes PR 4781. 2009-08-25 23:29:04 +00:00
Basic Improve diagnostics and recovery when the nested-name-specifier of a 2009-08-26 00:04:55 +00:00
CodeGen Implement virtual dispatch. :-) This is self-consistent with clang, 2009-08-26 20:46:33 +00:00
Driver PR4766: Don't pass -static to 'as' on x86_64 on Darwin. 2009-08-24 22:26:16 +00:00
Frontend Source location information for ? and : in a ConditionalOperator, from Enea Zaffanella 2009-08-26 14:37:04 +00:00
Headers CMake: Improve installation of Clang 2009-08-23 05:28:29 +00:00
Index Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Lex Replace cerr with errs(). 2009-08-23 12:08:50 +00:00
Parse When we know that we are parsing a class-name, implicitly construct a 2009-08-26 18:27:52 +00:00
Rewrite Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Sema Implement support for C++ direct initializers that involve dependent 2009-08-26 21:14:46 +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