aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2014-10-28 22:43:33 +0000
committerAlexander Kornienko <alexfh@google.com>2014-10-28 22:43:33 +0000
commit3d72db419551287fb93b24b7478af59a4b16dd08 (patch)
tree9cddb9b6cdc867863820c6ef3f0db69604921a40
parent4960433ea57f8d6b20bab0343124d2be7756a3c8 (diff)
[clang-tidy] Updated docs for r220826.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@220830 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/clang-tidy.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/clang-tidy.rst b/docs/clang-tidy.rst
index e47efd65..42c6c34a 100644
--- a/docs/clang-tidy.rst
+++ b/docs/clang-tidy.rst
@@ -124,6 +124,7 @@ An overview of all the command-line options:
-list-checks - List all enabled checks and exit. Use with
-checks='*' to list all available checks.
-p=<string> - Build path
+ -system-headers - Display the errors from system headers
-p <build-path> is used to read a compile command database.