Suspend translation units

This commit is contained in:
Bartek Kryza
2021-02-08 18:56:23 +01:00
parent 8ccd4bc81e
commit 8e07c8cf13

View File

@@ -91,6 +91,8 @@ int main(int argc, const char *argv[])
&ctx);
spdlog::debug("Processing result: {}", res);
clang_suspendTranslationUnit(tu);
}
std::filesystem::path path{"puml/" + d.name + ".puml"};