[all-commits] [llvm/llvm-project] fcea7f: CWG2445: For function template partial ordering, t...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Feb 10 06:08:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fcea7fbdba1bdf26e2a858a6be2865e6267da023
https://github.com/llvm/llvm-project/commit/fcea7fbdba1bdf26e2a858a6be2865e6267da023
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M clang/include/clang/Sema/Overload.h
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/test/SemaTemplate/operator-template.cpp
Log Message:
-----------
CWG2445: For function template partial ordering, take reversal of
function arguments into account when forming P/A pairs.
More information about the All-commits
mailing list