[PATCH] D112730: [clang-tidy] Add AUTOSAR module

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 29 00:57:32 PDT 2021


whisperity added a comment.

"C++14 Guidelines"? So it's always and definitely C++14 specific? What is the licencing approach of this guideline? Looking up with searchers seems to turn up a few PDFs which say `--- AUTOSAR CONFIDENTIAL ---`, yet they are up and out on the official-looking website.



================
Comment at: clang-tools-extra/clang-tidy/autosar/CMakeLists.txt:26
+  clangTooling
+  clangStaticAnalyzerCheckers
+  )
----------------
I'm not sure this is needed here, for this module, as of now.


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

https://reviews.llvm.org/D112730



More information about the cfe-commits mailing list