[all-commits] [llvm/llvm-project] 556ee6: [clang-tidy][NFC] IdentifierNaming: Remove unneces...

Nathan James via All-commits all-commits at lists.llvm.org
Wed Oct 28 08:50:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 556ee675c1471d9c571c58cc8e396b70e6cc7bc6
      https://github.com/llvm/llvm-project/commit/556ee675c1471d9c571c58cc8e396b70e6cc7bc6
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp

  Log Message:
  -----------
  [clang-tidy][NFC] IdentifierNaming: Remove unnecessary string allocations

Remove the need to heap allocate a string for each style option lookup while reading or writing options.p

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D90244




More information about the All-commits mailing list