[PATCH] D104100: [flang] Add clang-tidy check for braces around if
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 11:08:01 PDT 2021
schweitz added inline comments.
================
Comment at: flang/include/flang/Lower/.clang-tidy:1
-Checks: 'readability-identifier-naming,llvm-include-order,clang-diagnostic-*'
+Checks: '-readability-braces-around-statements,readability-identifier-naming,llvm-include-order,clang-diagnostic-*'
InheritParentConfig: true
----------------
Are this explicit removals really required? clang-tidy is supposed to use the .clang-tidy from the nearest parent and InheritParentConfig is not set.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104100/new/
https://reviews.llvm.org/D104100
More information about the llvm-commits
mailing list