[clang] Rework the printing of attributes (PR #87281)
Kim Gräsman via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 12:23:01 PDT 2024
kimgr wrote:
@vgvassilev I did expect the input to be valid, yes:
```
template<typename T>
class FinalTemplate final {};
```
Is it not?
https://github.com/llvm/llvm-project/pull/87281
More information about the cfe-commits
mailing list