refactor: tests and format the world (#314)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "AST/SourceCode.h"
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace clice {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "AST/SourceCode.h"
|
||||
#include "Protocol/Feature/Formatting.h"
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace clice::feature {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user