Fix selection tree, add some unit tests (#154)

Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
This commit is contained in:
qingfengzl
2025-07-18 20:17:09 +08:00
committed by GitHub
parent 741f70a12c
commit e8c4b034ed
14 changed files with 204 additions and 56 deletions

View File

@@ -28,7 +28,6 @@ struct LocalSourceRange {
}
};
/// Get the content of the file with the given file ID.
llvm::StringRef getFileContent(const clang::SourceManager& SM, clang::FileID fid);