diff options
Diffstat (limited to 'clang-tools-extra/test/clang-doc/md-module.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-doc/md-module.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/clang-tools-extra/test/clang-doc/md-module.cpp b/clang-tools-extra/test/clang-doc/md-module.cpp deleted file mode 100644 index 33de5aef5dc..00000000000 --- a/clang-tools-extra/test/clang-doc/md-module.cpp +++ /dev/null @@ -1,26 +0,0 @@ -// THIS IS A GENERATED TEST. DO NOT EDIT. -// To regenerate, see clang-doc/gen_test.py docstring. -// -// RUN: rm -rf %t -// RUN: mkdir %t -// RUN: echo "" > %t/compile_flags.txt -// RUN: cp "%s" "%t/test.cpp" - -export module M; - -int moduleFunction(int x); // ModuleLinkage - -static int staticModuleFunction(int x); // ModuleInternalLinkage - -export double exportedModuleFunction(double y, int z); // ExternalLinkage - -// RUN: clang-doc --format=md --doxygen --public --extra-arg=-fmodules-ts -p %t %t/test.cpp -output=%t/docs - - -// RUN: cat %t/docs/./GlobalNamespace.md | FileCheck %s --check-prefix CHECK-0 -// CHECK-0: # Global Namespace -// CHECK-0: ## Functions -// CHECK-0: ### moduleFunction -// CHECK-0: *int moduleFunction(int x)* -// CHECK-0: ### exportedModuleFunction -// CHECK-0: *double exportedModuleFunction(double y, int z)* |

