mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 01:26:38 +00:00

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.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================