File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ llvm::Error GetAssetFiles(clang::doc::ClangDocContext &CDCtx) {
155
155
}
156
156
}
157
157
}
158
+ return llvm::Error::success ();
158
159
}
159
160
160
161
llvm::Error GetDefaultAssetFiles (const char *Argv0,
Original file line number Diff line number Diff line change 5
5
// RUN: clang-doc --format=html --executor=standalone -p %t %t/test.cpp -output=%t/docs > %t/output.txt
6
6
// RUN: cat %t/output.txt | FileCheck %s --check-prefix=CHECK
7
7
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
You can’t perform that action at this time.
0 commit comments