[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

llvm-svn: 340412
This commit is contained in:
Haojian Wu 2018-08-22 14:03:30 +00:00
parent 279d72d37d
commit 3425cdc69b
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ There are currently the following groups of checks:
====================== =========================================================
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.