some update.

This commit is contained in:
ykiko
2024-08-29 18:19:56 +08:00
parent a94b33d012
commit a7c06db687
12 changed files with 7775 additions and 264 deletions

View File

@@ -144,7 +144,6 @@ int main(int argc, const char** argv) {
clang::Preprocessor& pp = instance->getPreprocessor();
auto& sm = pp.getSourceManager();
// pp.setTokenWatcher([&](const clang::Token& token) {
// llvm::outs() << "Token: " << pp.getSpelling(token);
// auto loc = sm.getSpellingLoc(token.getLocation());