diff options
Diffstat (limited to 'lib/tooling/_all.js')
-rw-r--r-- | lib/tooling/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tooling/_all.js b/lib/tooling/_all.js index c6779c369..074516bd9 100644 --- a/lib/tooling/_all.js +++ b/lib/tooling/_all.js @@ -27,6 +27,7 @@ export {ClangQueryTool} from './clang-query-tool'; export {ClangTidyTool} from './clang-tidy-tool'; export {CompilerDropinTool} from './compiler-dropin-tool'; export {LLVMMcaTool} from './llvm-mca-tool'; +export {LLVMCovTool} from './llvm-cov-tool'; export {MicrosoftAnalysisTool} from './microsoft-analysis-tool'; export {OSACATool} from './osaca-tool'; export {PaholeTool} from './pahole-tool'; |