Instead of collecting all specializations and doing a post-filterin, we
can just get all targeted specializations from getPartialSpecializationsizations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp | ||
---|---|---|
119 | Btw, this breaks on GCC <= 7.1, due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274 |
clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp | ||
---|---|---|
119 | oh, thanks for spotting it! Fixed in e6b4179c5d282905a8ad17c57153b991c42d1126, instead of adding this->, I reverted it to the for-range loop. |
Btw, this breaks on GCC <= 7.1, due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274
Workaround is to use this->.