[PATCH] D112730: [clang-tidy] Add AUTOSAR module
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 28 09:08:44 PDT 2021
carlosgalvezp created this revision.
carlosgalvezp added reviewers: aaron.ballman, whisperity.
carlosgalvezp added a project: clang-tools-extra.
Herald added subscribers: armkevincheng, jsmolens, eric-k256, arphaman, rnkovacs, kbarton, xazax.hun, mgorny, nemanjai.
Herald added a reviewer: sjarus.
carlosgalvezp requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.
To allow checking the AUTOSAR C++14 Coding Guidelines.
Also an easy check, alias of the C++ Core Guidelines one.
Test and documentation included.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112730
Files:
clang-tools-extra/clang-tidy/CMakeLists.txt
clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
clang-tools-extra/clang-tidy/autosar/AutosarTidyModule.cpp
clang-tools-extra/clang-tidy/autosar/CMakeLists.txt
clang-tools-extra/docs/clang-tidy/checks/autosar-a5-4-2-reinterpret-cast.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/index.rst
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-reinterpret-cast.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112730.383056.patch
Type: text/x-patch
Size: 7423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211028/24ea8901/attachment.bin>
More information about the cfe-commits
mailing list