[libc] update tidy rules to fix variable formatting
This commit changes the clang-tidy rules for LLVM-libc to follow the new format. The next commit applies these rules to the codebase. The rules are as follows: CamelCase for classes lower_case for variables lower_case for functions UPPER_CASE for constexpr variables There are also some exceptions, but the most important one is that any function or variable that starts with an underscore is exempt from the formatting. Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D114301
Loading
Please sign in to comment