Chore: explicitly set compilation kind (#184)

Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
This commit is contained in:
Shiyu
2025-08-24 00:57:53 +08:00
committed by GitHub
parent 5f8a577e26
commit cbb210c027
8 changed files with 60 additions and 54 deletions

View File

@@ -12,6 +12,9 @@ class CodeCompleteConsumer;
namespace clice {
struct CompilationParams {
/// The kind of this compilation.
CompilationUnit::Kind kind;
/// Output file path.
llvm::SmallString<128> output_file;