diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2025-09-29 03:46:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-29 03:46:06 -0300 |
commit | 85d48b8fec371fe0979440abaf2d13718fba2ac3 (patch) | |
tree | 4cec2404bb7e83ef8b63a450f3d4a386472508a8 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | b0a755b2bfac0a82383dcc31eca82d9e132f1afc (diff) | |
download | llvm-85d48b8fec371fe0979440abaf2d13718fba2ac3.zip llvm-85d48b8fec371fe0979440abaf2d13718fba2ac3.tar.gz llvm-85d48b8fec371fe0979440abaf2d13718fba2ac3.tar.bz2 |
[clang] treat deduced-as-dependent as undeduced for constant template parameters (#161099)
The AutoType's deduced-as-dependent mechanism is not really used for
constant template parameters, but this is currently harmless to ignore
because when dealing which such types, they will have been transformed,
turning them back to plain undeduced AutoTypes.
This should be NFC for current main users, but
https://github.com/llvm/llvm-project/pull/141776 will depend on this.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions