mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
JSSpecCompiler: Start converting crashes to error messages
I got fed up with looking at error messages that tell me "VERIFICATION FAILED: !is_error()". So this commit introduces DiagnosticEngine class whose purpose is to accumulate and print more user-friendly errors.
This commit is contained in:
parent
3aec6952a2
commit
0806ccaeec
8 changed files with 262 additions and 4 deletions
|
@ -64,6 +64,11 @@ class AlgorithmStepList;
|
|||
class Algorithm;
|
||||
class SpecFunction;
|
||||
|
||||
// DiagnosticEngine.h
|
||||
struct LogicalLocation;
|
||||
struct Location;
|
||||
class DiagnosticEngine;
|
||||
|
||||
// Function.h
|
||||
class TranslationUnit;
|
||||
using TranslationUnitRef = TranslationUnit*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue