index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
temp
/
temp.param
Age
Commit message (
Expand
)
Author
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-09-26
Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType
Richard Smith
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-03-13
Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template
Richard Smith
2011-10-19
Fix pr9789, assert-on-invalid while instantiating an (invalid) class template...
David Blaikie
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-12
Switch diagnostic text from "C++0x" over to "C++11".
Douglas Gregor
2011-06-03
When checking the instantiation of a default template argument against
Douglas Gregor
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-02-04
Tweak my fix for PR8748, and update the incorrect PR number in the test case.
Douglas Gregor
2011-02-04
Tighten up the semantics of default template arguments, per C++0x
Douglas Gregor
2011-02-04
When a function template's template parameter has a default argument,
Douglas Gregor
2011-01-27
When we run into a template parameter that should have a default
Douglas Gregor
2011-01-11
Make sure that we parse a '>>' that closes two template argument lists
Douglas Gregor
2011-01-05
Add semantic analysis for the creation of and an AST representation
Douglas Gregor
2011-01-05
Implement C++0x [temp.param]p11 for non-type and template template
Douglas Gregor
2011-01-05
Implement support for template template parameter packs, e.g.,
Douglas Gregor
2010-12-24
Non-type template parameter packs cannot have default arguments.
Douglas Gregor
2010-10-21
Diagnose the declaration of template template parameters that
Douglas Gregor
2010-08-05
Get rid of isObjectType; when C++ says "object type", it generally
Eli Friedman
2010-06-04
Properly disambiguate between an elaborated-type-specifier and a
Douglas Gregor
2010-04-15
Audit uses of Sema::LookupSingleName for those lookups that are
Douglas Gregor
2010-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-19
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-25
Diagnose ill-formed uses of default template arguments in
Douglas Gregor
2009-11-21
Implement C++ [temp.param]p2 correctly, looking ahead when we see a
Douglas Gregor
2009-11-11
Improve diagnostics when a default template argument does not match
Douglas Gregor
2009-11-11
Before checking a template template argument against its corresponding
Douglas Gregor
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-03
Switch XFAIL format to match LLVM.
Daniel Dunbar
2009-07-25
Make having no RUN line a failure.
Daniel Dunbar
2009-06-13
Move a bunch of tests into temp.param, and write a few tests for paragraphs t...
Douglas Gregor