Enable inlay hints (#183)

This commit is contained in:
ykiko
2025-08-19 14:28:12 +08:00
committed by GitHub
parent 41d5ac1173
commit c43702048e
25 changed files with 2594 additions and 921 deletions

View File

@@ -46,7 +46,7 @@ auto scan = [](llvm::StringRef content) {
params.add_remapped_file("./test.h", "export module A");
auto info = scanModule(params);
if(!info) {
/// clice::println("Fail to scan module: {}", info.error());
/// std::println("Fail to scan module: {}", info.error());
std::abort();
}
return std::move(*info);