aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil
Commit message (Expand)AuthorAgeFilesLines
* Fix merge problem in CMake files.chriseth2018-11-261-0/+1
* Merge pull request #5493 from ethereum/cmake-no-globbingchriseth2018-11-261-3/+9
|\
| * CMake: Explicitly state which files to compile instead of relying on globbing.Christian Parpart2018-11-261-3/+9
* | Merge pull request #5494 from ethereum/scanner-error-handlingchriseth2018-11-263-19/+80
|\ \
| * | Change scanner error diagnostics to be non-intrusive to the token API.Christian Parpart2018-11-243-36/+81
| * | adapt to latest code changesLazaridis2018-11-242-13/+29
| |/
* / Moving SourceReferenceFormatter into langutil namespace.Christian Parpart2018-11-242-0/+205
|/
* Replace all occurrences of NULL with nullptr.Christian Parpart2018-11-231-8/+8
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-2213-73/+44
* Ensure liblangutil is compiled and linked as its own static library.Christian Parpart2018-11-221-0/+6
* Splitting out CharStream from Scanner.Christian Parpart2018-11-224-81/+216
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-2213-0/+2757