llvm-project
c8391ec7 - [clang-tidy] Fix renaming parameter packs in `sizeof...` expressions (#219155)

Commit
6 days ago
[clang-tidy] Fix renaming parameter packs in `sizeof...` expressions (#219155) Record parameter pack usages held by `SizeOfPackExpr` in the common renamer visitor. This ensures that declarations and `sizeof...` references are renamed together. Closes #219154
Author
Parents
Loading