summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-01-02 11:15:42 +0000
committerRenato Golin <renato.golin@linaro.org>2017-01-02 11:15:42 +0000
commit60fb868946ddf7c46125680772d2e15e552b9932 (patch)
tree14a8b48db4bd72502c983bd56e60f9497685ecda /www
parent1c79362aff79b19a8ea62ebae773ccdf7f6a463f (diff)
Revert "DR1391: Check for implicit conversion sequences for non-dependent function template parameters between deduction and substitution. The idea is to accept as many cases as possible, on the basis that substitution failure outside the immediate context is much more common during substitution than during implicit conversion sequence formation."
This reverts commit r290808, as it broken all ARM and AArch64 test-suite test: MultiSource/UnitTests/C++11/frame_layout Also, please, next time, try to write a commit message in according to our guidelines: http://llvm.org/docs/DeveloperPolicy.html#commit-messages git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index 9017631440..b4936eed3b 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -8161,7 +8161,7 @@ and <I>POD class</I></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1391">1391</a></td>
<td>DRWP</td>
<td>Conversions to parameter types with non-deduced template arguments</td>
- <td class="partial" align="center">Partial</td>
+ <td class="none" align="center">Unknown</td>
</tr>
<tr id="1392">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1392">1392</a></td>