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
/
temp_arg_template.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR10147: When substituting a template template argument, substitute in the most
Richard Smith
2017-08-29
1
-0
/
+7
*
PR32185: Revert r291512 and add a testcase for PR32185.
Richard Smith
2017-04-13
1
-3
/
+38
*
Check that template template arguments match template template parameters
Richard Smith
2017-01-09
1
-0
/
+6
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-1
/
+3
*
Fix assert hit when tree-transforming template template parameter packs.
Manuel Klimek
2016-01-11
1
-1
/
+11
*
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
Charles Li
2015-12-10
1
-4
/
+21
*
Richard makes a good point, clean up this test.
David Majnemer
2013-08-28
1
-8
/
+3
*
Some of this test doesn't want -std=c++11
David Majnemer
2013-08-28
1
-1
/
+6
*
This test now needs C++11
David Majnemer
2013-08-28
1
-1
/
+1
*
AST: Don't treat a TemplateExpansion as a Template
David Majnemer
2013-08-28
1
-0
/
+11
*
Correct test from r152189.
Eli Friedman
2012-03-07
1
-1
/
+1
*
Make sure we consistently canonicalize types when canonicalizing TemplateTemp...
Eli Friedman
2012-03-07
1
-0
/
+6
*
Detect when the string "<::" is found in code after a cast or template name a...
Richard Smith
2011-04-14
1
-3
/
+6
*
Remove some incorrect assertions when deduction template arguments in
Douglas Gregor
2010-08-06
1
-0
/
+18
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Introduce a new representation for template template
Douglas Gregor
2009-11-11
1
-5
/
+2
*
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
1
-2
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Implement parsing of nested-name-specifiers that involve template-ids, e.g.,
Douglas Gregor
2009-02-25
1
-10
/
+5
*
Implement semantic checking for template arguments that correspond to
Douglas Gregor
2009-02-11
1
-1
/
+2
*
Check template template arguments against their corresponding template
Douglas Gregor
2009-02-10
1
-0
/
+42