Some small changes. (#20)

This commit is contained in:
ykiko
2024-12-27 11:20:11 +08:00
committed by GitHub
parent 440303b81f
commit 97d29bb96b
14 changed files with 610 additions and 150 deletions

View File

@@ -56,10 +56,16 @@ struct SemanticTokens {
} // namespace clice::proto
namespace clice {
class ASTInfo;
}
namespace clice::feature {
/// FIXME:
proto::SemanticTokens semanticTokens(ASTInfo& compiler, llvm::StringRef filename);
proto::SemanticTokens semanticTokens(class ASTInfo& info, llvm::StringRef filename);
} // namespace clice::feature