[PATCH] D51100: [clang-tidy] Add Abseil prefix to documentation

Deanna Garcia via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 06:43:45 PDT 2018


deannagarcia created this revision.
deannagarcia added reviewers: aaron.ballman, hokein.
deannagarcia added a project: clang-tools-extra.
Herald added a subscriber: xazax.hun.

Adds the Abseil prefix to the list of prefixes in the documentation


https://reviews.llvm.org/D51100

Files:
  docs/clang-tidy/index.rst


Index: docs/clang-tidy/index.rst
===================================================================
--- docs/clang-tidy/index.rst
+++ docs/clang-tidy/index.rst
@@ -55,6 +55,7 @@
 ====================== =========================================================
 Name prefix            Description
 ====================== =========================================================
+``abseil-``            Checks related to Abseil library.
 ``android-``           Checks related to Android.
 ``boost-``             Checks related to Boost library.
 ``bugprone-``          Checks that target bugprone code constructs.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51100.161940.patch
Type: text/x-patch
Size: 614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180822/18cb9ace/attachment.bin>


More information about the cfe-commits mailing list