clang-1/lib/Sema
Douglas Gregor 6e4e17de3d Fix a thinko in a helper routine for template argument deduction that
caused an assertion when dealing with non-type template parameter
packs. Add some tests for deduction and instantiation of non-type
template parameter packs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122534 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-24 00:35:52 +00:00
..
AnalysisBasedWarnings.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
AttributeList.cpp Add support for the Microsoft uuid attribute: 2010-12-19 06:50:37 +00:00
CMakeLists.txt Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. 2010-12-15 17:38:57 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Refactoring of Diagnostic class. 2010-11-18 20:06:41 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Implement basic support for template instantiation of pack expansions 2010-12-20 22:05:00 +00:00
SemaAccess.cpp Minor whitespace and comment fixes. No functionality change. 2010-11-28 22:53:37 +00:00
SemaAttr.cpp Treat visibility on an enclosing namespace as a non-explicit source of 2010-12-10 02:59:44 +00:00
SemaCXXCast.cpp Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 01:01:28 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp Don't try to compute the value of a value-dependent expression when 2010-12-21 07:22:56 +00:00
SemaCodeComplete.cpp Fix a major inconsistency in the representation of Objective-C 2010-12-21 17:34:17 +00:00
SemaDecl.cpp Implement parsing of function parameter packs and non-type template 2010-12-23 22:44:42 +00:00
SemaDeclAttr.cpp Warn when message is sent to receiver of 2010-12-21 00:44:01 +00:00
SemaDeclCXX.cpp When checking a using declaration, make sure that the context we're 2010-12-21 07:41:49 +00:00
SemaDeclObjC.cpp Add -fobjc-default-synthesized-properties flag 2010-12-23 21:35:43 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Complain on missing property getter method only 2010-12-22 19:46:35 +00:00
SemaExprCXX.cpp XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. 2010-12-20 05:44:28 +00:00
SemaExprObjC.cpp Complain on missing property getter method only 2010-12-22 19:46:35 +00:00
SemaInit.cpp Redesign the way anonymous fields are handled in designated-initializers. 2010-12-22 03:46:10 +00:00
SemaLookup.cpp Restore r121752 without modification. 2010-12-14 08:05:40 +00:00
SemaObjCProperty.cpp Warn when synthesizing a property which is 2010-12-17 22:28:16 +00:00
SemaOverload.cpp For member pointer conversions potentially involving derived-to-base 2010-12-21 21:40:41 +00:00
SemaStmt.cpp Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital 2010-12-15 04:42:30 +00:00
SemaTemplate.cpp Non-type template parameter packs cannot have default arguments. 2010-12-24 00:20:52 +00:00
SemaTemplateDeduction.cpp Fix a thinko in a helper routine for template argument deduction that 2010-12-24 00:35:52 +00:00
SemaTemplateInstantiate.cpp When instantiating a non-type template parameter pack, be sure to 2010-12-24 00:15:10 +00:00
SemaTemplateInstantiateDecl.cpp Add an AST representation for non-type template parameter 2010-12-23 23:51:58 +00:00
SemaTemplateVariadic.cpp When instantiating a non-type template parameter pack, be sure to 2010-12-24 00:15:10 +00:00
SemaType.cpp Add an AST representation for non-type template parameter 2010-12-23 23:51:58 +00:00
TargetAttributesSema.cpp 1. Add some ABI information for the Microblaze. 2010-12-19 19:57:51 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Add some const qualifiers 2010-12-21 21:51:48 +00:00
TypeLocBuilder.h Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it 2010-12-02 00:05:49 +00:00