diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-09-27 14:23:02 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-09-29 10:38:05 +0800 |
commit | bf9ab0b7c3ba1d4a89a3dd9b00909ad3cfab3d48 (patch) | |
tree | d26f1a7ea558ad4535d5eab095771cfa864352c8 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a52251675f001115b225f57362d37e92b7355ef9 (diff) | |
download | llvm-bf9ab0b7c3ba1d4a89a3dd9b00909ad3cfab3d48.zip llvm-bf9ab0b7c3ba1d4a89a3dd9b00909ad3cfab3d48.tar.gz llvm-bf9ab0b7c3ba1d4a89a3dd9b00909ad3cfab3d48.tar.bz2 |
[C++20] [Modules] Emit implicit Deduction Guide for implicit class specialization
Fixed a crash for the attached test case due to we missed to emit the
deduction guide. The reason is, the deduction guide is attached to the
export-decl in the imported module. So we won't emit it by traversing the
AST of the current TU.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions