index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaTemplate
/
deduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement [temp.deduct.type]p6: if the nested-name-specifier of a type is
Richard Smith
2015-12-30
1
-0
/
+11
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
1
-1
/
+1
*
restore fix for 18645, buildbot apparently gave a false positive.
Nathan Sidwell
2015-01-16
1
-0
/
+5
*
reverting due to build bot failure
Nathan Sidwell
2015-01-12
1
-5
/
+0
*
fix pr18645. Correct logic concerning 'T &&' deduction against lvalues.
Nathan Sidwell
2015-01-10
1
-0
/
+5
*
Another test for PR19372, showing why we need to keep checking arguments afte...
Richard Smith
2014-11-12
1
-1
/
+2
*
Add another testcase.
Richard Smith
2014-11-12
1
-0
/
+9
*
PR19372: Keep checking template arguments after we see an argument pack
Richard Smith
2014-11-12
1
-0
/
+14
*
PR21536: Fix a corner case where we'd get confused by a pack expanding into the
Richard Smith
2014-11-12
1
-1
/
+17
*
Fix grammatical error in diagnostic.
Richard Smith
2014-08-21
1
-1
/
+1
*
Restore the C-style cast hack for enum template arguments,
John McCall
2011-07-15
1
-0
/
+12
*
When printing a qualified type, look through a substituted template
Douglas Gregor
2011-02-17
1
-1
/
+1
*
Enter the context of the declared function template when performing
John McCall
2010-10-12
1
-0
/
+16
*
When perform exact-qualifier-match template argument deduction,
John McCall
2010-08-28
1
-0
/
+13
*
When deducing the element type of an array, ignore qualifiers if
John McCall
2010-08-19
1
-0
/
+8
*
TDK_InconsistentQuals is really totally different from TDK_Inconsistent.
John McCall
2010-08-05
1
-0
/
+8
*
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2010-07-14
1
-1
/
+1
*
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-07-13
1
-1
/
+8
*
Require a complete type before examining base classes during template argument
Chandler Carruth
2010-02-07
1
-0
/
+12
*
More fixes to the handling of CVR-comparisons on array types. Adds a method to
Chandler Carruth
2009-12-30
1
-0
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Template argument deduction for template template parameters. This
Douglas Gregor
2009-11-11
1
-0
/
+83