clang-1/lib
Douglas Gregor d0e3daf2b9 Improve the AST representation and semantic analysis for extern
templates. We now distinguish between an explicit instantiation
declaration and an explicit instantiation definition, and know not to
instantiate explicit instantiation declarations. Unfortunately, there
is some remaining confusion w.r.t. instantiation of out-of-line member
function definitions that causes trouble here.
 


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81053 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-04 22:48:11 +00:00
..
AST Improve the AST representation and semantic analysis for extern 2009-09-04 22:48:11 +00:00
Analysis move the check into MarkNoReturnFunction. 2009-09-04 02:17:35 +00:00
Basic Add basic support for -pthread. 2009-09-03 04:54:28 +00:00
CodeGen Improve the AST representation and semantic analysis for extern 2009-09-04 22:48:11 +00:00
Driver Merge libgcc spec changes for darwin::Link::ConstructJob. 2009-09-04 18:35:47 +00:00
Frontend Implement accessors clang_getCursorKind(), clang_getCursorDecl(). 2009-09-04 15:44:05 +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 Updated GNU runtime non-fragile ABI. 2009-08-31 16:41:57 +00:00
Parse If a destructor is referenced or a pseudo-destructor expression is 2009-09-04 18:29:40 +00:00
Rewrite Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Sema Improve the AST representation and semantic analysis for extern 2009-09-04 22:48:11 +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