[PATCH] D54945: This commit adds a chapter about clang-tidy integrations
Marina Kalashina via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 4 04:43:45 PST 2018
MarinaKalashina updated this revision to Diff 176601.
MarinaKalashina added a comment.
Full-context patch for the changes introduced in the previous commit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54945/new/
https://reviews.llvm.org/D54945
Files:
docs/clang-tidy/index.rst
Index: docs/clang-tidy/index.rst
===================================================================
--- docs/clang-tidy/index.rst
+++ docs/clang-tidy/index.rst
@@ -403,7 +403,7 @@
// Silent only the specified diagnostics for the next line
// NOLINTNEXTLINE(google-explicit-constructor, google-runtime-int)
- Foo(bool param);
+ Foo(bool param);
};
The formal syntax of ``NOLINT``/``NOLINTNEXTLINE`` is the following:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54945.176601.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181204/ad48e845/attachment.bin>
More information about the cfe-commits
mailing list