Improve AST handling (#165)

This commit is contained in:
ykiko
2025-08-03 17:43:42 +08:00
committed by GitHub
parent 893edc7634
commit 139eaa44f7
47 changed files with 1205 additions and 1094 deletions

View File

@@ -13,7 +13,7 @@ PCMInfo buildPCM(llvm::StringRef file, llvm::StringRef code) {
std::string path = file.str();
CompilationParams params;
params.outPath = outPath;
params.output_file = outPath;
params.arguments = {
"clang++",
"-std=c++20",