From 464e8123fe0ec94f4b657879b19cbf46b6b7fcf5 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Mon, 1 Jul 2019 18:55:10 +0000 Subject: [PATCH] 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 --- lib/Tooling/CommonOptionsParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.0