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 1ff0f91 commit 66e9d5eCopy full SHA for 66e9d5e
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
@@ -261,7 +261,6 @@ llvm::Error handleMappingPhaseErrors(llvm::Error Err,
261
}
262
263
llvm::Error ensureOutputDirExists(const std::string &OutDirectory) {
264
- // Ensure the root output directory exists.
265
if (std::error_code Err = llvm::sys::fs::create_directories(OutDirectory)) {
266
return llvm::createFileError(OutDirectory, Err);
267
0 commit comments