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 fb8ca57 commit 76140a2Copy full SHA for 76140a2
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
@@ -389,7 +389,7 @@ Example usage for a project using a compile commands database:
389
390
// Ensure the root output directory exists.
391
if (std::error_code Err = llvm::sys::fs::create_directories(OutDirectory)) {
392
- ExitOnErr(llvm::createFileError(OutDirectory, Err));
+ ExitOnErr(llvm::createFileError(OutDirectory, Err));
393
}
394
395
// Run the generator.
0 commit comments