From: Alexander Kornienko Date: Mon, 1 Jul 2019 18:55:10 +0000 (+0000) Subject: Fixed two issues in clang-tidy -help. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=464e8123fe0ec94f4b657879b19cbf46b6b7fcf5;p=clang Fixed two issues in clang-tidy -help. HeaderFilter -> HeaderFilterRegex git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364837 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/CommonOptionsParser.cpp b/lib/Tooling/CommonOptionsParser.cpp index 5faa1d7bdb..f7956f7998 100644 --- a/lib/Tooling/CommonOptionsParser.cpp +++ b/lib/Tooling/CommonOptionsParser.cpp @@ -39,7 +39,7 @@ const char *const CommonOptionsParser::HelpMessage = "\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" " ... specify the paths of source files. These paths are\n"