solidity/liblangutil
2023-04-18 16:49:31 +02:00
..
CharStream.cpp
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
CMakeLists.txt Drop deprecated UndefMacros file 2022-09-27 23:35:32 +02:00
Common.h
DebugInfoSelection.cpp
DebugInfoSelection.h
ErrorReporter.cpp
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 feat: introduce EVM Version Shanghai 2023-04-12 00:10:24 +02: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
ParserBase.h
Scanner.cpp Initialize vars before use 2023-02-24 12:06:01 +01: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
SourceLocation.h
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 Refactor TokenTraits::isUnaryOp() not to treat + as a unary operator 2023-04-18 16:49:31 +02:00
UniqueErrorReporter.h group unsupported warnings 2023-03-15 17:06:06 +01:00