diff options
author | Erich Keane <erich.keane@intel.com> | 2020-05-28 10:25:53 -0700 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2020-06-12 05:32:13 -0700 |
commit | 82a21229da36bc53004dc54203e3bdeea718c942 (patch) | |
tree | 880fe226b7db572e4a75ab50eb35772db1823914 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e22f1c02a27f4471af1b9ae3aa6d8324b86ab2d0 (diff) | |
download | llvm-82a21229da36bc53004dc54203e3bdeea718c942.zip llvm-82a21229da36bc53004dc54203e3bdeea718c942.tar.gz llvm-82a21229da36bc53004dc54203e3bdeea718c942.tar.bz2 |
(PR46111) Properly handle elaborated types in an implicit deduction guide
As reported in PR46111, implicit instantiation of a deduction guide
causes us to have an elaborated type as the parameter, rather than the
dependent type.
After review and feedback from @rsmith, this patch solves this problem
by wrapping the value in an uninstantiated typedef/type-alias that is
instantiated when required later.
Differential Revision: https://reviews.llvm.org/D80743
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions