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
/
SemaTemplate
/
temp_arg_type.cpp
Age
Commit message (
Expand
)
Author
2013-03-05
Add quotation marks to template names in diagnostics.
David Blaikie
2010-09-03
Allow anonymous and local types. The support was already in place for these,
Chandler Carruth
2010-04-23
When instantiating a typedef of an anonymous tag type, note in the tag
Douglas Gregor
2010-04-08
When a template (without arguments) is passed as a template type
Jeffrey Yasskin
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-09
Implement template instantiation for ClassTemplateSpecializationTypes,
Douglas Gregor
2009-02-25
Implement parsing of nested-name-specifiers that involve template-ids, e.g.,
Douglas Gregor
2009-02-11
Implement semantic checking for template arguments that correspond to
Douglas Gregor
2009-02-10
Teach the type-id/expression disambiguator about different
Douglas Gregor
2009-02-09
Rudimentary checking of template arguments against their corresponding
Douglas Gregor