Update Directive.

This commit is contained in:
ykiko
2024-10-26 13:42:12 +08:00
parent 7b00c0f246
commit 78fdbdac62
3 changed files with 88 additions and 37 deletions

View File

@@ -100,7 +100,6 @@ void Compiler::ExecuteAction() {
}
auto& preproc = instance->getPreprocessor();
// FIXME: add PPCallbacks to collect information.
// Beacuse CompilerInstance may create new Preprocessor in `BeginSourceFile`,