[PATCH] D40671: Support specific categories for NOLINT directive
Anton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 30 13:25:29 PST 2017
xgsa created this revision.
xgsa added a project: clang-tools-extra.
The NOLINT directive was extended to support the "NOLINT(category)" and "NOLINT(*)" syntax. Also it is possible to specify a few categories separated with comma "NOLINT(cat1, cat2)"
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40671
Files:
clang-tidy/ClangTidyDiagnosticConsumer.cpp
test/clang-tidy/nolint.cpp
test/clang-tidy/nolintnextline.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40671.124998.patch
Type: text/x-patch
Size: 5838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171130/80d5c1ba/attachment-0001.bin>
More information about the cfe-commits
mailing list