..
CharStream.cpp
LineColumn handling for CharStream.
2021-12-01 15:16:01 +01:00
CharStream.h
Added a flag to record when a source is reconstructed from JSON so garbage code snippets are not printed after source location.
2022-07-05 11:41:24 -03:00
CharStreamProvider.h
Remove CharStream from SourceLocation.
2021-07-14 15:12:07 +02:00
CMakeLists.txt
Drop deprecated UndefMacros file
2022-09-27 23:35:32 +02:00
Common.h
C++ namespace cleanup (except tests).
2020-01-07 15:51:50 +01:00
DebugInfoSelection.cpp
Define DebugInfoSelection
2021-10-11 20:34:48 +02:00
DebugInfoSelection.h
Define DebugInfoSelection
2021-10-11 20:34:48 +02:00
ErrorReporter.cpp
Add new info functions
2021-10-26 11:30:30 +02:00
ErrorReporter.h
Replace use of boost::adapters::filtered with ranges::views::filter
2022-09-27 03:14:17 +02:00
EVMVersion.cpp
Forward declare Instruction enum in EVMVersion
2022-09-29 13:41:58 +02:00
EVMVersion.h
Adds support for the EVM version "Paris".
2023-01-23 18:50:36 +00:00
Exceptions.cpp
Cleaning up helpers around errors
2022-09-19 10:51:14 +05:30
Exceptions.h
refactored struct message to use std::variant for _typeOrSeverity
2022-09-20 19:20:43 +05:30
ParserBase.cpp
[langutil] ParserBase: make advance() overridable and make sure it's used.
2021-06-23 12:53:25 +02:00
ParserBase.h
Add new info severity
2021-09-13 22:48:22 +02:00
Scanner.cpp
Fix spelling mistakes and CI spellcheck job
2022-08-18 14:38:19 +02:00
Scanner.h
Changed error message for for Unicode character in non-unicode string literal
2022-06-15 16:12:24 +05:30
SemVerHandler.cpp
Improve Error Reporting of SemVer Parser
2022-11-25 13:09:09 -03:00
SemVerHandler.h
Improve Error Reporting of SemVer Parser
2022-11-25 13:09:09 -03:00
SourceLocation.cpp
Eliminate some unnecessary header inclusions in headers in SourceLocation.h
2021-08-03 15:43:17 +02:00
SourceLocation.h
Use LineColumn type.
2021-11-30 00:08:22 +01:00
SourceReferenceExtractor.cpp
refactored struct message to use std::variant for _typeOrSeverity
2022-09-20 19:20:43 +05:30
SourceReferenceExtractor.h
refactored struct message to use std::variant for _typeOrSeverity
2022-09-20 19:20:43 +05:30
SourceReferenceFormatter.cpp
refactored struct message to use std::variant for _typeOrSeverity
2022-09-20 19:20:43 +05:30
SourceReferenceFormatter.h
refactored struct message to use std::variant for _typeOrSeverity
2022-09-20 19:20:43 +05:30
Token.cpp
Drop deprecated UndefMacros file
2022-09-27 23:35:32 +02:00
Token.h
Drop deprecated UndefMacros file
2022-09-27 23:35:32 +02:00
UniqueErrorReporter.h
Reorder member variables of unique error reporter to ensure proper initialization order.
2022-05-11 13:40:02 +02:00