diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2025-01-29 16:57:05 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 16:57:05 -0300 |
commit | 8a334af417ff2ef49e0bc74f9421b4f3aa479805 (patch) | |
tree | b11f91f267e47e165df2b921a854543bb7e9e604 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | d3161defd6b717241a85b6ca528754c747060735 (diff) | |
download | llvm-8a334af417ff2ef49e0bc74f9421b4f3aa479805.zip llvm-8a334af417ff2ef49e0bc74f9421b4f3aa479805.tar.gz llvm-8a334af417ff2ef49e0bc74f9421b4f3aa479805.tar.bz2 |
[clang] Remove the deprecated flag `-frelaxed-template-template-args`. (#111894)
This flag has been deprecated since Clang 19, having been the default
since then.
It has remained because its negation was still useful to work around
backwards compatibility breaking changes from P0522.
However, in Clang 20 we have landed various changes which implemented
P3310R2 and beyond, which solve almost all of the expected issues, the
known remaining few being a bit obscure.
So this change removes the flag completely and all of its implementation
and support code.
Hopefully any remaining users can just stop using the flag. If there are
still important issues remaining, this removal will also shake the tree
and help us know.
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions