refactor: tests and format the world (#314)

This commit is contained in:
ykiko
2025-11-30 15:21:27 +08:00
committed by GitHub
parent 2214d53ea5
commit cec13ec29b
201 changed files with 8302 additions and 8277 deletions

View File

@@ -1,9 +1,10 @@
#pragma once
#include <vector>
#include <cstdint>
#include <vector>
#include "AST/SourceCode.h"
#include "llvm/ADT/StringRef.h"
namespace clice {

View File

@@ -2,6 +2,7 @@
#include "AST/SourceCode.h"
#include "Protocol/Feature/Formatting.h"
#include "llvm/ADT/StringRef.h"
namespace clice::feature {

View File

@@ -1,7 +1,7 @@
#pragma once
#include "AST/SymbolKind.h"
#include "AST/SourceCode.h"
#include "AST/SymbolKind.h"
#include "Index/Shared.h"
namespace clice::config {

View File

@@ -1,7 +1,7 @@
#pragma once
#include "AST/SymbolID.h"
#include "AST/SourceCode.h"
#include "AST/SymbolID.h"
#include "Index/Shared.h"
#include "Support/JSON.h"

View File

@@ -1,8 +1,8 @@
#pragma once
#include "AST/SymbolKind.h"
#include "Server/Protocol.h"
#include "Support/Struct.h"
#include "AST/SymbolKind.h"
namespace clice::proto {

View File

@@ -1,7 +1,7 @@
#pragma once
#include "AST/SymbolKind.h"
#include "AST/SourceCode.h"
#include "AST/SymbolKind.h"
#include "Index/Shared.h"
namespace clice::config {

View File

@@ -1,10 +1,11 @@
#pragma once
#include <vector>
#include <cstdint>
#include <vector>
#include "Protocol/Feature/SignatureHelp.h"
#include "llvm/ADT/StringRef.h"
#include "Protocol/Feature/SignatureHelp.h"
namespace clice {