Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Functions
lsp_diagnostics.c File Reference
#include "../c_libs/error/error.h"
#include "lsp.h"
Include dependency graph for lsp_diagnostics.c:

Functions

LSPDiagnosticconvert_errors_to_diagnostics (size_t *diagnostic_count, ArenaAllocator *arena)
 
LSPDiagnosticlsp_diagnostics (LSPDocument *doc, size_t *diagnostic_count, ArenaAllocator *arena)
 

Function Documentation

◆ convert_errors_to_diagnostics()

LSPDiagnostic * convert_errors_to_diagnostics ( size_t *  diagnostic_count,
ArenaAllocator arena 
)

◆ lsp_diagnostics()

LSPDiagnostic * lsp_diagnostics ( LSPDocument doc,
size_t *  diagnostic_count,
ArenaAllocator arena 
)