CIRCT 21.0.0git
Loading...
Searching...
No Matches
Classes | Functions
VerilogServer.cpp File Reference
#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>
Include dependency graph for VerilogServer.cpp:

Go to the source code of this file.

Classes

struct  circt::lsp::VerilogServer::Impl
 

Functions

static mlir::lsp::DiagnosticSeverity getSeverity (slang::DiagnosticSeverity severity)
 

Function Documentation

◆ getSeverity()

static mlir::lsp::DiagnosticSeverity getSeverity ( slang::DiagnosticSeverity  severity)
static

Definition at line 45 of file VerilogServer.cpp.