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
/
deduction.cpp
Age
Commit message (
Expand
)
Author
2011-07-15
Restore the C-style cast hack for enum template arguments,
John McCall
2011-02-17
When printing a qualified type, look through a substituted template
Douglas Gregor
2010-10-12
Enter the context of the declared function template when performing
John McCall
2010-08-28
When perform exact-qualifier-match template argument deduction,
John McCall
2010-08-19
When deducing the element type of an array, ignore qualifiers if
John McCall
2010-08-05
TDK_InconsistentQuals is really totally different from TDK_Inconsistent.
John McCall
2010-07-14
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2010-07-13
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-02-07
Require a complete type before examining base classes during template argument
Chandler Carruth
2009-12-30
More fixes to the handling of CVR-comparisons on array types. Adds a method to
Chandler Carruth
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-11
Template argument deduction for template template parameters. This
Douglas Gregor