solidity/liblangutil
Henry Lee 628d219c94 Version Checker: 0.5.x-prerelease will match pragma solidity ^0.5
Basically, the pre-release rule is only applied when all remaining
version numbers equal to 0.
2019-12-05 09:07:20 +11:00
..
CharStream.cpp Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
CharStream.h Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
CMakeLists.txt Add EVM instructions as builtin functions. 2019-05-20 16:46:31 +02:00
Common.h Fixes doxygen style multiline comment parsing for files with CRLF as line terminators. 2019-09-25 12:59:46 +02:00
ErrorReporter.cpp Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
ErrorReporter.h Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
EVMVersion.cpp add chainid and selfbalance to lllc 2019-09-09 23:35:36 +03:00
EVMVersion.h Set default EVM version to Istanbul. 2019-12-04 10:42:14 +01:00
Exceptions.cpp Add `switch (..) to style checker 2019-11-11 17:44:21 +01:00
Exceptions.h Add callstack to model report 2019-03-20 10:35:29 +01:00
ParserBase.cpp Add missing space in error recovery message. 2019-06-24 06:28:18 -04:00
ParserBase.h Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
Scanner.cpp Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
Scanner.h Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
SemVerHandler.cpp Version Checker: 0.5.x-prerelease will match pragma solidity ^0.5 2019-12-05 09:07:20 +11:00
SemVerHandler.h Move SemVerHandler to analysis to parsing to increase modularity... 2019-04-17 10:13:42 -04:00
SourceLocation.h [SMTChecker] Fix ICE when reporting cex concerning state vars from different source files 2019-08-10 20:56:52 +02:00
SourceReferenceExtractor.cpp Fixes SourceLocation extraction on multiline locations with a too long first line. 2019-01-07 11:33:14 +01:00
SourceReferenceExtractor.h make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
SourceReferenceFormatter.cpp Add shortcuts for formatting error information 2019-04-10 18:44:45 +08:00
SourceReferenceFormatter.h Add shortcuts for formatting error information 2019-04-10 18:44:45 +08:00
SourceReferenceFormatterHuman.cpp New Error Reporter: Fix trailing whitespace 2019-08-07 14:12:31 +02:00
SourceReferenceFormatterHuman.h liblangutil: refactors SourceReferenceFormatter error formatting for pretty and colored output. 2019-02-07 12:55:14 +01:00
Token.cpp Even more style checks. 2019-02-14 11:53:00 +01:00
Token.h Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
UndefMacros.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00