[all-commits] [llvm/llvm-project] b20ab4: Teach TreeTransform to substitute into resolved Te...
Richard Smith via All-commits
all-commits at lists.llvm.org
Thu Mar 19 12:43:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b20ab412bf838a8a87e5cc1c8c6399c3c9255354
https://github.com/llvm/llvm-project/commit/b20ab412bf838a8a87e5cc1c8c6399c3c9255354
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M clang/lib/Sema/TreeTransform.h
A clang/test/SemaTemplate/subst-into-subst.cpp
Log Message:
-----------
Teach TreeTransform to substitute into resolved TemplateArguments.
This comes up when substituting into an already-substituted template
argument during constraint satisfaction checking.
More information about the All-commits
mailing list