[all-commits] [llvm/llvm-project] 1ff87e: [libc++] [NFC] Disable clang-tidy's readability-id...

philnik777 via All-commits all-commits at lists.llvm.org
Tue Nov 16 11:14:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ff87ec235b8981c15c9956bd71cd74a4bff9557
      https://github.com/llvm/llvm-project/commit/1ff87ec235b8981c15c9956bd71cd74a4bff9557
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2021-11-16 (Tue, 16 Nov 2021)

  Changed paths:
    A libcxx/.clang-tidy

  Log Message:
  -----------
  [libc++] [NFC] Disable clang-tidy's readability-identifier-naming check

In libc++ most of the names are not conforming to the llvm style. Removing the readability-identifier-naming check removes almost all clang-tidy warnings. For example in `<string>` the warning count goes from 1001 warnings down to 7.

Reviewed By: #libc, Mordante, ldionne

Spies: Mordante, Quuxplusone, aheejin, libcxx-commits, carlosgalvezp

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




More information about the All-commits mailing list