Fix selection tree, add some unit tests (#154)

Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
This commit is contained in:
qingfengzl
2025-07-18 20:17:09 +08:00
committed by GitHub
parent 741f70a12c
commit e8c4b034ed
14 changed files with 204 additions and 56 deletions

View File

@@ -80,6 +80,7 @@ public:
Tester& compile(llvm::StringRef standard = "-std=c++20") {
auto command = std::format("clang++ {} {} -fms-extensions", standard, src_path);
database.update_command("fake", src_path, command);
params.arguments = database.get_command(src_path).arguments;