solidity/liblangutil
2020-04-14 10:32:13 -05:00
..
CharStream.cpp Avoided trailing \r in CharStream::lineAtPosition(). 2020-02-10 01:16:55 +01:00
CharStream.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
CMakeLists.txt Merge pull request #7153 from djudjuu/newImportAST 2020-01-14 17:56:53 +01:00
Common.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ErrorReporter.cpp Reports source location for structured documentation errors. 2020-02-14 15:21:39 +01:00
ErrorReporter.h Reports source location for structured documentation errors. 2020-02-14 15:21:39 +01:00
EVMVersion.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
EVMVersion.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
Exceptions.cpp Replaced SourceLocation::isEmpty() with isValid() and hasText(). 2020-02-03 12:44:26 +01:00
Exceptions.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
ParserBase.cpp Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation(). 2020-02-06 03:34:49 +01:00
ParserBase.h Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation(). 2020-02-06 03:34:49 +01:00
Scanner.cpp Corrects comment literal that span too long. 2020-02-14 15:53:35 +01:00
Scanner.h Adding source location support to AssemblyStack and thus debugging Yul sources 2020-02-25 22:19:03 +01:00
SemVerHandler.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
SemVerHandler.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
SourceLocation.cpp Ast-Import from standard-json 2020-01-14 17:15:53 +01:00
SourceLocation.h Relaxed assert in AsmJsonImporter::createAsmNode. 2020-02-04 20:37:51 +01:00
SourceReferenceExtractor.cpp Fix printing source for missing pragma. 2020-02-09 02:28:47 +01:00
SourceReferenceExtractor.h Handle empty source strings in SourceReferenceExtractor 2020-01-09 14:18:54 +01:00
SourceReferenceFormatter.cpp Fix printing source for missing pragma. 2020-02-09 02:28:47 +01:00
SourceReferenceFormatter.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
SourceReferenceFormatterHuman.cpp Fix printing source for missing pragma. 2020-02-09 02:28:47 +01:00
SourceReferenceFormatterHuman.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
Token.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
Token.h Immutable is not reserved anymore. 2020-03-02 14:20:17 +01:00
UndefMacros.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00