We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6313830 commit d838ca2Copy full SHA for d838ca2
clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp
@@ -156,7 +156,6 @@ Error MustacheHTMLGenerator::generateDocs(
156
SmallString<128> JSONPath;
157
sys::path::native(RootDir.str() + "/json", JSONPath);
158
159
- StringMap<json::Value> JSONFileMap;
160
{
161
llvm::TimeTraceScope TS("Iterate JSON files");
162
std::error_code EC;
0 commit comments