[all-commits] [llvm/llvm-project] 8f5032: [libc++] Add a .clang-tidy file to libcxx/src

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri Nov 22 14:24:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f50321256ecc1e7d433ca00baff47bd8a8bc81e
      https://github.com/llvm/llvm-project/commit/8f50321256ecc1e7d433ca00baff47bd8a8bc81e
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-11-22 (Fri, 22 Nov 2024)

  Changed paths:
    A libcxx/src/.clang-tidy

  Log Message:
  -----------
  [libc++] Add a .clang-tidy file to libcxx/src

This disables `readability-identifier-naming` for the source files,
since names don't have to by _Uglified in the source files. We currently
don't enforce clang-tidy in the source files, so this is only useful to
avoid a bunch of warnings when using an editor that shows the results of
clang-tidy.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list