[PATCH] D129353: [clang-tidy] Improve check cert-dcl58-cpp.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 01:23:59 PDT 2022
balazske created this revision.
Herald added subscribers: carlosgalvezp, steakhal, martong, gamesh411, Szelethus, dkrupp, xazax.hun.
Herald added a project: All.
balazske requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Detect template specializations that should be handled specially.
In some cases it is allowed to extend the `std` namespace with
template specializations.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129353
Files:
clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cert/dcl58-cpp.rst
clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/system-header-simulation.h
clang-tools-extra/test/clang-tidy/checkers/cert/dcl58-cpp.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129353.443164.patch
Type: text/x-patch
Size: 20531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220708/829b90f8/attachment-0001.bin>
More information about the cfe-commits
mailing list