diff options
| author | Mike Aizatsky <aizatsky@chromium.org> | 2016-01-25 19:43:55 +0000 |
|---|---|---|
| committer | Mike Aizatsky <aizatsky@chromium.org> | 2016-01-25 19:43:55 +0000 |
| commit | e71c99c7e23f48d5cefb15078f528475d94547a9 (patch) | |
| tree | 975f9168555863d38bad4c0eaa2e05f4da3bd383 | |
| parent | 53849fee26105f83c1565989328f367cde5b5e14 (diff) | |
| download | bcm5719-llvm-e71c99c7e23f48d5cefb15078f528475d94547a9.tar.gz bcm5719-llvm-e71c99c7e23f48d5cefb15078f528475d94547a9.zip | |
fixed clang-tidy config
llvm-svn: 258711
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/.clang-tidy b/compiler-rt/lib/sanitizer_common/.clang-tidy index d41d0ddd086..aa695cc924a 100644 --- a/compiler-rt/lib/sanitizer_common/.clang-tidy +++ b/compiler-rt/lib/sanitizer_common/.clang-tidy @@ -9,4 +9,4 @@ CheckOptions: - key: readability-identifier-naming.UnionCase value: CamelCase - key: readability-identifier-naming.VariableCase - value: lowerCase + value: lower_case |

