[PATCH] D91656: [clang-tidy] add concurrency module

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 04:10:07 PST 2020


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang-tools-extra/clang-tidy/CMakeLists.txt:57-58
 add_subdirectory(bugprone)
 add_subdirectory(cert)
 add_subdirectory(cppcoreguidelines)
 add_subdirectory(darwin)
----------------



================
Comment at: clang-tools-extra/clang-tidy/CMakeLists.txt:75-77
 add_subdirectory(readability)
+add_subdirectory(concurrency)
 add_subdirectory(zircon)
----------------



================
Comment at: clang-tools-extra/clang-tidy/concurrency/CMakeLists.txt:2
+set(LLVM_LINK_COMPONENTS
+  FrontendOpenMP
+  Support
----------------
Is this really nessesary?


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

https://reviews.llvm.org/D91656



More information about the cfe-commits mailing list