COMMITS
/ liblangutil/ParserBase.cpp January 20, 2025
C
ParserBase: avoid copying around currentLiteral
clonker committed
August 4, 2023
K
Remove parser error recovery mode
Kamil Śliwak committed
July 12, 2023
N
Purge using namespace std from liblangutil
Nikola Matic committed
June 22, 2021
C
[langutil] ParserBase: make advance() overridable and make sure it's used.
Christian Parpart committed
August 20, 2020
July 17, 2020
S
Add SPDX license identifier if not present already in source file
Sachin Grover committed
June 2, 2020
D
Adding fixes for signedness warnings in liblangutil
Djordje Mijovic committed
May 12, 2020
C
Add support for SPDX license identifiers.
chriseth committed
May 8, 2020
A
Add unique IDs to error reporting calls
a3d4 committed
May 5, 2020
A
Add unique IDs to error reporting calls
a3d4 committed
February 5, 2020
December 11, 2019
C
C++ namespace cleanup (except tests).
Christian Parpart committed
June 23, 2019
R
Add missing space in error recovery message.
rocky committed
June 17, 2019
May 27, 2019
R
Add Steve Johnson-style parser recovery rules:
rocky committed
R
Add Steve Johnson-style parser recovery rules:
rocky committed
May 28, 2019
C
Revert "Add Steve Johnson-style parser recovery rules:"
chriseth committed
February 13, 2019
C
Fix tabs/spaces.
chriseth committed
December 12, 2018
C
liblangutil: SourceLocation to default initialize data members (w/o the use of ctor)
Christian Parpart committed
November 29, 2018
C
liblangutil: Scanner: remove superfluous sourceName field (it's in CharStream already)
Christian Parpart committed
November 28, 2018
C
liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream source, eliminating sourceName
Christian Parpart committed
November 14, 2018
C
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart committed
C
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart committed