solidity/liblangutil
2019-01-29 14:29:07 +01:00
..
CharStream.cpp
CharStream.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
CMakeLists.txt
ErrorReporter.cpp
ErrorReporter.h [SMTChecker] Warn when no solver was found and there are unhandled queries. 2019-01-29 14:29:07 +01:00
EVMVersion.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
Exceptions.cpp
Exceptions.h
ParserBase.cpp liblangutil: SourceLocation to default initialize data members (w/o the use of ctor) 2018-12-19 11:21:45 +01:00
ParserBase.h
Scanner.cpp
Scanner.h
SourceLocation.h Warn about unreachable code. 2019-01-10 10:36:50 +01: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
SourceReferenceFormatter.h
Token.cpp
Token.h Syntax for meta type information. 2019-01-17 20:36:48 +01:00
UndefMacros.h