Skip to content

Commit 39e0647

Browse files
committed
[clang][clang-doc] PR comments
1 parent a846215 commit 39e0647

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

clang-tools-extra/clang-doc/tool/ClangDocMain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ llvm::Error GetAssetFiles(clang::doc::ClangDocContext &CDCtx) {
155155
}
156156
}
157157
}
158+
return llvm::Error::success();
158159
}
159160

160161
llvm::Error GetDefaultAssetFiles(const char *Argv0,

clang-tools-extra/test/clang-doc/single-source-html.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55
// RUN: clang-doc --format=html --executor=standalone -p %t %t/test.cpp -output=%t/docs > %t/output.txt
66
// RUN: cat %t/output.txt | FileCheck %s --check-prefix=CHECK
77

8-
// CHECK: Emiting docs in html format.
9-
// CHECK-NEXT: Using default asset: {{.*}}..\share\clang
10-
// CHECK-NEXT: Mapping decls...
11-
// CHECK-NEXT: Collecting infos...
12-
// CHECK-NEXT: Reducing 0 infos...
13-
// CHECK-NEXT: Generating docs...
14-
// CHECK-NEXT: Generating assets for docs...
8+
// CHECK: Using default asset: {{.*}}..\share\clang

0 commit comments

Comments
 (0)