[Openmp-commits] [PATCH] D103711: [OpenMP] [host runtime] add .clang-tidy file

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 7 11:58:30 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd70e1f12765f: [OpenMP][runtime] add .clang-tidy file (authored by jlpeyton).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103711/new/

https://reviews.llvm.org/D103711

Files:
  openmp/runtime/.clang-tidy


Index: openmp/runtime/.clang-tidy
===================================================================
--- /dev/null
+++ 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'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103711.350377.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210607/0e54ce46/attachment.bin>


More information about the Openmp-commits mailing list