diff options
| author | Alex McCarthy <alexmc@google.com> | 2014-04-29 02:33:58 +0000 |
|---|---|---|
| committer | Alex McCarthy <alexmc@google.com> | 2014-04-29 02:33:58 +0000 |
| commit | 5bc902e8e1d43da2993af124aa633eebb698c69b (patch) | |
| tree | 2229b7068e6887d91986122efce6ecc090e6e271 | |
| parent | c4405c87c61d485b9373e6ca010446fe3d024cd5 (diff) | |
| download | bcm5719-llvm-5bc902e8e1d43da2993af124aa633eebb698c69b.tar.gz bcm5719-llvm-5bc902e8e1d43da2993af124aa633eebb698c69b.zip | |
Fix typo (first commit to test commit access).
llvm-svn: 207490
| -rw-r--r-- | clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp b/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp index dc412b155b6..b4465bf8e5a 100644 --- a/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp +++ b/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp @@ -34,7 +34,7 @@ static cl::opt<std::string> Checks( static cl::opt<std::string> DisableChecks( "disable-checks", cl::desc("Regular expression matching the names of the checks to disable."), - cl::init("(clang-analyzer-alpha.*" // To many false positives. + cl::init("(clang-analyzer-alpha.*" // Too many false positives. "|llvm-include-order" // Not implemented yet. "|llvm-namespace-comment" // Not complete. "|google-.*)"), // Doesn't apply to LLVM. |

