| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
|
|
|
|
|
|
|
|
|
| |
when we're actually matching a template template argument to a
template template parameter. Otherwise, use strict matching.
Fixes <rdar://problem/8859985> clang++: variadics and out-of-line definitions.
llvm-svn: 123385
|
|
|
|
|
|
| |
parameters and template template parameters.
llvm-svn: 122875
|
|
|
|
|
|
|
| |
template<template<class> class ...Metafunctions>
struct apply_to_each;
llvm-svn: 122874
|
|
type parameter pack is distinct from a template type parameter.
llvm-svn: 105464
|