kadircet added inline comments.
Comment at: clang-tools-extra/clangd/unittests/ModulesTests.cpp:34
+protected:
+ ModulesTest() : WithCfg(Config::Key, makeModuleConfig(GetParam())) {}
+};
testing behaviour indirectly through config options cause some troubles in
sammccall added inline comments.
Comment at: clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp:497
TEST(DocumentSymbols, ExportContext) {
+ Config EnableModules;
+ EnableModules.CompileFlags.NaiveModules = true;
For existing tests of how modules interact
sammccall created this revision.
sammccall added a reviewer: kadircet.
Herald added a subscriber: arphaman.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
We don't y