diff options
Diffstat (limited to 'clang-tools-extra/unittests/clangd/TestFS.h')
| -rw-r--r-- | clang-tools-extra/unittests/clangd/TestFS.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang-tools-extra/unittests/clangd/TestFS.h b/clang-tools-extra/unittests/clangd/TestFS.h index 06a1d8aca3d..be4aac4f792 100644 --- a/clang-tools-extra/unittests/clangd/TestFS.h +++ b/clang-tools-extra/unittests/clangd/TestFS.h @@ -56,6 +56,11 @@ const char *testRoot(); // Returns a suitable absolute path for this OS. std::string testPath(PathRef File); +// unittest: is a scheme that refers to files relative to testRoot() +// This anchor is used to force the linker to link in the generated object file +// and thus register unittest: URI scheme plugin. +extern volatile int UnittestSchemeAnchorSource; + } // namespace clangd } // namespace clang #endif |

