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
/
Parser
/
cxx1z-class-template-argument-deduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++17] Fix class template argument deduction for default constructors withou...
Zhihao Yuan
2018-03-24
1
-2
/
+1
*
Fix a couple of cases where we would fail to correctly parse deduced class te...
Richard Smith
2018-02-28
1
-1
/
+39
*
Add a "vexing parse" warning for ambiguity between a variable declaration and a
Richard Smith
2017-09-29
1
-0
/
+1
*
clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignor...
NAKAMURA Takumi
2017-02-14
1
-1
/
+1
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-15
/
+13
*
[c++1z] Require an initializer for deduced class template specialization types.
Richard Smith
2017-02-10
1
-2
/
+2
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-45
/
+53
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-1
/
+58
*
Revert r293455, which breaks v8 with a spurious error. Testcase added.
Sam McCall
2017-01-30
1
-58
/
+1
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-1
/
+58
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+131