Clean the project (#57)

This commit is contained in:
ykiko
2025-02-05 14:10:11 +08:00
committed by GitHub
parent 9b98354918
commit 2f9622bca7
71 changed files with 1521 additions and 742 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include "llvm/ADT/FunctionExtras.h"
#include "AST/SourceLocation.h"
#include "clang/Lex/Token.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/FunctionExtras.h"
namespace clice {