r364837 - Fixed two issues in clang-tidy -help.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 1 11:55:10 PDT 2019


Author: alexfh
Date: Mon Jul  1 11:55:10 2019
New Revision: 364837

URL: http://llvm.org/viewvc/llvm-project?rev=364837&view=rev
Log:
Fixed two issues in clang-tidy -help.

HeaderFilter -> HeaderFilterRegex

Modified:
    cfe/trunk/lib/Tooling/CommonOptionsParser.cpp

Modified: cfe/trunk/lib/Tooling/CommonOptionsParser.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Tooling/CommonOptionsParser.cpp?rev=364837&r1=364836&r2=364837&view=diff
==============================================================================
--- cfe/trunk/lib/Tooling/CommonOptionsParser.cpp (original)
+++ cfe/trunk/lib/Tooling/CommonOptionsParser.cpp Mon Jul  1 11:55:10 2019
@@ -39,7 +39,7 @@ const char *const CommonOptionsParser::H
     "\tCMake option to get this output). When no build path is specified,\n"
     "\ta search for compile_commands.json will be attempted through all\n"
     "\tparent paths of the first input file . See:\n"
-    "\thttp://clang.llvm.org/docs/HowToSetupToolingForLLVM.html for an\n"
+    "\thttps://clang.llvm.org/docs/HowToSetupToolingForLLVM.html for an\n"
     "\texample of setting up Clang Tooling on a source tree.\n"
     "\n"
     "<source0> ... specify the paths of source files. These paths are\n"




More information about the cfe-commits mailing list