llvm-project/clang/lib/Sema
Douglas Gregor a8bd0d94f8 Factor out the code to set up template argument deduction for a set of
template argument packs. This also ensures that explicitly-specified
template arguments get properly represented in those cases.

llvm-svn: 123180
2011-01-10 17:35:05 +00:00
..
AnalysisBasedWarnings.cpp Remove a kludge from analysis based warnings that used to detect 2011-01-08 06:54:40 +00:00
AttributeList.cpp Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +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 Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +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 Add semantic checking that the "thousands grouping" 2011-01-08 05:28:46 +00:00
SemaCodeComplete.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaDecl.cpp Initial implementation of function parameter packs. This implementation allows: 2011-01-05 23:12:31 +00:00
SemaDeclAttr.cpp Refactor the application of type attributes so that attributes from 2011-01-05 12:14:39 +00:00
SemaDeclCXX.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaDeclObjC.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Use the proper enum as parameter, instead of unsigned. No functionality change. 2011-01-05 20:09:36 +00:00
SemaExprCXX.cpp More __uuidof validation: 2010-12-27 01:32:00 +00:00
SemaExprObjC.cpp Complain on missing property getter method only 2010-12-22 19:46:35 +00:00
SemaInit.cpp MSVC doesn't require an accessible copy-constructor when binding a temporary class object to a const-reference. 2010-12-31 10:43:42 +00:00
SemaLookup.cpp Replace the representation of template template argument pack 2011-01-05 18:58:31 +00:00
SemaObjCProperty.cpp Don't warn on missing 'copy' attribute on a 'block' 2011-01-05 23:00:04 +00:00
SemaOverload.cpp Implement template argument deduction from a call to a function 2011-01-06 22:09:01 +00:00
SemaStmt.cpp Refactor the application of type attributes so that attributes from 2011-01-05 12:14:39 +00:00
SemaTemplate.cpp Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which 2011-01-10 07:32:04 +00:00
SemaTemplateDeduction.cpp Factor out the code to set up template argument deduction for a set of 2011-01-10 17:35:05 +00:00
SemaTemplateInstantiate.cpp Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which 2011-01-10 07:32:04 +00:00
SemaTemplateInstantiateDecl.cpp Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which 2011-01-10 07:32:04 +00:00
SemaTemplateVariadic.cpp Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which 2011-01-10 07:32:04 +00:00
SemaType.cpp Fix the -Asserts build. 2011-01-05 12:34:30 +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 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which 2011-01-10 07:32:04 +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