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) {
155155 }
156156 }
157157 }
158+ return llvm::Error::success ();
158159}
159160
160161llvm::Error GetDefaultAssetFiles (const char *Argv0,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments