From 8e07c8cf13bd9f91f6e01642bb728073ece80bdd Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Mon, 8 Feb 2021 18:56:23 +0100 Subject: [PATCH] Suspend translation units --- src/main.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cc b/src/main.cc index 826eace8..6b6fa90a 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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"};