[PATCH] D90244: [clang-tidy][NFC] IdentifierNaming: Remove unnecessary string allocations

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 11:12:36 PDT 2020


aaron.ballman added a comment.

Was this caused by a performance concern when profiling something? I'm not opposed to the changes, but I do think the original formulation is easier to read.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90244/new/

https://reviews.llvm.org/D90244



More information about the cfe-commits mailing list