llvm-project/clang/lib/Sema
Douglas Gregor eebed72fbb Move handling of template parameter packs out of the
template-type-parameter specific template argument checking code and
up to the template argument checking loop. In theory, this should make
variadic templates work better; in practice, they don't well enough
for us to care anyway (YET!), so this is mostly a re-organization to
simplify CheckTemplateArgument.

llvm-svn: 86868
2009-11-11 19:41:09 +00:00
..
CMakeLists.txt Test exception spec compatibility on return type and parameters. 2009-10-11 09:03:14 +00:00
CXXFieldCollector.h
CodeCompleteConsumer.cpp Various improvements to Clang's code-completion infrastructure: 2009-11-07 00:00:49 +00:00
IdentifierResolver.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
IdentifierResolver.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
JumpDiagnostics.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
ParseAST.cpp Spell function pointer correctly. 2009-09-22 10:19:04 +00:00
Sema.cpp Support -Wshorten-64-to-32 for integer types only, which seems to satisfy the 2009-11-07 09:03:53 +00:00
Sema.h Move handling of template parameter packs out of the 2009-11-11 19:41:09 +00:00
SemaAccess.cpp Refactor the code that walks a C++ inheritance hierarchy, searching 2009-10-06 17:59:45 +00:00
SemaAttr.cpp Refactor the LookupResult API to simplify most common operations. Require users to 2009-10-09 21:13:30 +00:00
SemaCXXCast.cpp If we have a C-style cast, functional cast, or a static_cast to a 2009-11-06 01:14:41 +00:00
SemaCXXScopeSpec.cpp When starting a C++ member access expression, make sure to compute the 2009-11-04 22:49:18 +00:00
SemaChecking.cpp warn about returning the address of a label. 2009-10-30 04:01:58 +00:00
SemaCodeComplete.cpp Make sure that we look into nested, transparent declaration contexts 2009-11-09 21:35:27 +00:00
SemaDecl.cpp Improve parsing of template arguments to lay the foundation for 2009-11-10 19:49:08 +00:00
SemaDeclAttr.cpp Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen 2009-11-09 18:38:53 +00:00
SemaDeclCXX.cpp Diagnose illegally typed operator new/new[]. 2009-11-10 23:47:18 +00:00
SemaDeclObjC.cpp Changed a variable name to match what it represents 2009-11-10 19:31:09 +00:00
SemaExceptionSpec.cpp Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics. 2009-10-14 16:09:29 +00:00
SemaExpr.cpp Preserve source locations when building offsetof expressions featuring 2009-11-11 03:23:23 +00:00
SemaExprCXX.cpp Fix use-after-free bug. 2009-11-08 22:15:39 +00:00
SemaExprObjC.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaInit.cpp Remove the ConstantArrayType subtypes. This information is preserved in the 2009-10-16 00:14:28 +00:00
SemaLookup.cpp Introduce a new representation for template template 2009-11-11 01:00:40 +00:00
SemaOverload.cpp Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of 2009-11-09 22:08:55 +00:00
SemaOverload.h This patch implements Sema for clause 13.3.3.1p4. 2009-11-06 00:23:08 +00:00
SemaStmt.cpp Refine volatile handling, specifically, we must have the canonical 2009-11-03 23:25:48 +00:00
SemaTemplate.cpp Move handling of template parameter packs out of the 2009-11-11 19:41:09 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp Introduce a new representation for template template 2009-11-11 01:00:40 +00:00
SemaTemplateInstantiate.cpp Before checking a template template argument against its corresponding 2009-11-11 19:13:48 +00:00
SemaTemplateInstantiateDecl.cpp Before checking a template template argument against its corresponding 2009-11-11 19:13:48 +00:00
SemaType.cpp Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of 2009-11-09 22:08:55 +00:00
TreeTransform.h Introduce a new representation for template template 2009-11-11 01:00:40 +00:00