[all-commits] [llvm/llvm-project] a5d6af: [compiler-rt] Add .clang-tidy with customization t...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Sep 4 16:10:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a5d6af421d625c78bfb0f63830b51863ff0f0877
https://github.com/llvm/llvm-project/commit/a5d6af421d625c78bfb0f63830b51863ff0f0877
Author: Fangrui Song <i at maskray.me>
Date: 2020-09-04 (Fri, 04 Sep 2020)
Changed paths:
A compiler-rt/.clang-tidy
Log Message:
-----------
[compiler-rt] Add .clang-tidy with customization to disable readability-identifier-naming
Copied from lldb/.clang-tidy (D75810).
Most compiler-rt code actually uses variableName or variable_name but not VariableName.
Lots of functions use `__function_name` and FunctionName instead of functionName.
Just exclude readability-identifier-naming.
More information about the All-commits
mailing list