localspook wrote: > Were these changes made using #180404? If not, will be good idea to run new > check separately to ensure that it catches same things (except `constexpr` > and added namespaces), so it could be used in future to maintain code.
These changes were done semi-manually (mostly using regexes). The check in #180404 deals with a different problem than this PR. The check that *would* deal with this problem is the one requested in the issue linked to by @zwuis https://github.com/llvm/llvm-project/pull/185169 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
