#include "VerilogServer.h"
#include "../Utils/LSPUtils.h"
#include "circt/Support/LLVM.h"
#include "circt/Tools/circt-verilog-lsp-server/CirctVerilogLspServerMain.h"
#include "mlir/Tools/lsp-server-support/Logging.h"
#include "mlir/Tools/lsp-server-support/Protocol.h"
#include "slang/ast/Compilation.h"
#include "slang/diagnostics/DiagnosticClient.h"
#include "slang/diagnostics/Diagnostics.h"
#include "slang/driver/Driver.h"
#include "slang/syntax/SyntaxTree.h"
#include "slang/text/SourceLocation.h"
#include "slang/text/SourceManager.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/SourceMgr.h"
#include <memory>
#include <optional>
Go to the source code of this file.
|
static mlir::lsp::DiagnosticSeverity | getSeverity (slang::DiagnosticSeverity severity) |
|
◆ getSeverity()
static mlir::lsp::DiagnosticSeverity getSeverity |
( |
slang::DiagnosticSeverity |
severity | ) |
|
|
static |