[clang-tools-extra] r220830 - [clang-tidy] Updated docs for r220826.

Alexander Kornienko alexfh at google.com
Tue Oct 28 15:43:34 PDT 2014


Author: alexfh
Date: Tue Oct 28 17:43:33 2014
New Revision: 220830

URL: http://llvm.org/viewvc/llvm-project?rev=220830&view=rev
Log:
[clang-tidy] Updated docs for r220826.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy.rst?rev=220830&r1=220829&r2=220830&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy.rst Tue Oct 28 17:43:33 2014
@@ -124,6 +124,7 @@ An overview of all the command-line opti
     -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.
 





More information about the cfe-commits mailing list