llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Kazu Hirata (kazutakahirata) <details> <summary>Changes</summary> Identified with bugprone-unused-local-non-trivial-variable. --- Full diff: https://github.com/llvm/llvm-project/pull/167104.diff 1 Files Affected: - (modified) clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp (-1) ``````````diff diff --git a/clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp b/clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp index 3650f66ec39bd..1e757101549c6 100644 --- a/clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp +++ b/clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp @@ -156,7 +156,6 @@ Error MustacheHTMLGenerator::generateDocs( SmallString<128> JSONPath; sys::path::native(RootDir.str() + "/json", JSONPath); - StringMap<json::Value> JSONFileMap; { llvm::TimeTraceScope TS("Iterate JSON files"); std::error_code EC; `````````` </details> https://github.com/llvm/llvm-project/pull/167104 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
