[Openmp-commits] [openmp] d70e1f1 - [OpenMP][runtime] add .clang-tidy file

via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 7 11:58:26 PDT 2021


Author: Peyton, Jonathan L
Date: 2021-06-07T13:56:39-05:00
New Revision: d70e1f12765fd6bb644ffb561dff9a31c522308e

URL: https://github.com/llvm/llvm-project/commit/d70e1f12765fd6bb644ffb561dff9a31c522308e
DIFF: https://github.com/llvm/llvm-project/commit/d70e1f12765fd6bb644ffb561dff9a31c522308e.diff

LOG: [OpenMP][runtime] add .clang-tidy file

Use same checks as compiler-rt which removes checks for readability-*
and llvm-header style.

Differential Revision: https://reviews.llvm.org/D103711

Added: 
    openmp/runtime/.clang-tidy

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/.clang-tidy b/openmp/runtime/.clang-tidy
new file mode 100644
index 000000000000..4bad5ef21620
--- /dev/null
+++ b/openmp/runtime/.clang-tidy
@@ -0,0 +1,2 @@
+# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming and llvm-header-guard.
+Checks: '-*,clang-diagnostic-*,llvm-*,-llvm-header-guard,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'


        


More information about the Openmp-commits mailing list