[clang-tools-extra] r340412 - [clang-tidy] Add Abseil prefix to documentation
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 22 07:03:31 PDT 2018
Author: hokein
Date: Wed Aug 22 07:03:30 2018
New Revision: 340412
URL: http://llvm.org/viewvc/llvm-project?rev=340412&view=rev
Log:
[clang-tidy] Add Abseil prefix to documentation
Summary: Adds the Abseil prefix to the list of prefixes in the documentation
Patch by Deanna Garcia!
Reviewers: aaron.ballman, hokein
Reviewed By: hokein
Subscribers: xazax.hun, cfe-commits
Tags: #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D51100
Modified:
clang-tools-extra/trunk/docs/clang-tidy/index.rst
Modified: clang-tools-extra/trunk/docs/clang-tidy/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/index.rst?rev=340412&r1=340411&r2=340412&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/index.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/index.rst Wed Aug 22 07:03:30 2018
@@ -55,6 +55,7 @@ There are currently the following groups
====================== =========================================================
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.
More information about the cfe-commits
mailing list