]> granicus.if.org Git - clang/commitdiff
Fixed two issues in clang-tidy -help.
authorAlexander Kornienko <alexfh@google.com>
Mon, 1 Jul 2019 18:55:10 +0000 (18:55 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 1 Jul 2019 18:55:10 +0000 (18:55 +0000)
HeaderFilter -> HeaderFilterRegex

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364837 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Tooling/CommonOptionsParser.cpp

index 5faa1d7bdb2b6c1e9dd3fb431d0e804d16b67f4f..f7956f7998f5fc020b138ea523eb8ed8d16f9db7 100644 (file)
@@ -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"
     "<source0> ... specify the paths of source files. These paths are\n"