.. |
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
|
Define DebugInfoSelection
|
2021-10-11 20:34:48 +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
|
Add new info functions
|
2021-10-26 11:30:30 +02:00 |
EVMVersion.cpp
|
Tests for basefee as identifier in inline assembly
|
2021-08-11 10:46:40 +02:00 |
EVMVersion.h
|
Update naming of Mainnet
|
2022-06-30 16:47:11 +02:00 |
Exceptions.cpp
|
Accessors for exceptions.
|
2021-12-01 14:26:23 +01:00 |
Exceptions.h
|
Put arguments in parantheses in assert macro definitions
|
2022-04-06 22:26:21 +02:00 |
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
|
Changed error message for for Unicode character in non-unicode string literal
|
2022-06-15 16:12:24 +05:30 |
Scanner.h
|
Changed error message for for Unicode character in non-unicode string literal
|
2022-06-15 16:12:24 +05:30 |
SemVerHandler.cpp
|
Split Common.h into Numeric.h.
|
2021-09-23 15:27:29 +02:00 |
SemVerHandler.h
|
Eliminate some unnecessary header inclusions in headers.
|
2021-08-03 15:43:14 +02: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
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
SourceReferenceExtractor.h
|
Use LineColumn type.
|
2021-11-30 00:08:22 +01:00 |
SourceReferenceFormatter.cpp
|
Remove "garbage" code snippet from error message when in import-ast mode.
|
2022-07-06 13:43:29 -03:00 |
SourceReferenceFormatter.h
|
Added different colors for warning & error
|
2021-10-25 11:16:51 +01:00 |
Token.cpp
|
Replace all locale-dependent operations with locale-agnostic counterparts
|
2022-03-07 17:23:08 +01:00 |
Token.h
|
Eliminate some unnecessary header inclusions in headers.
|
2021-08-03 15:43:14 +02:00 |
UndefMacros.h
|
Add SPDX license identifier if not present already in source file
|
2020-07-17 20:24:12 +05:30 |
UniqueErrorReporter.h
|
Reorder member variables of unique error reporter to ensure proper initialization order.
|
2022-05-11 13:40:02 +02:00 |