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

@@ -104,7 +104,7 @@ TEST(Diagnostic, PCHError) {
/// Any error in compilation will result in failure on generating PCH or PCM.
CompilationParams params;
params.arguments = {"clang++", "main.cpp"};
params.outPath = "fake.pch";
params.output_file = "fake.pch";
params.add_remapped_file("main.cpp", R"(
void foo() {}
void foo() {}