solidity/libsolidity/ast
Rhett Aultman 8f25bd54e3 Drop ':' if the source file name is empty
A large number of tests compile contracts while passing in an empty
string for the source name.  This leads to it being keyed by the name
":<contract>", while the tests try to look it up under the name
"<contract>".  This change resolves that issue by dropping the ':' in
cases where there is, effectively, no source file to prepend anyway.
2017-01-16 12:32:57 -05:00
..
AST_accept.h Fix licensing headers 2016-11-23 12:22:33 +01:00
AST.cpp Drop ':' if the source file name is empty 2017-01-16 12:32:57 -05:00
AST.h Only avoid collision if it's the same file 2017-01-16 12:32:57 -05:00
ASTAnnotations.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTAnnotations.h Improve error message when trying to modify constant variables 2016-12-13 00:32:37 -03:00
ASTForward.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTJsonConverter.cpp Include visibility level for functions in AST 2016-12-12 16:21:57 -03:00
ASTJsonConverter.h Include visibility level for functions in AST 2016-12-12 16:21:57 -03:00
ASTPrinter.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTPrinter.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTUtils.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTUtils.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTVisitor.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Types.cpp Cleaner shift handling and type conversion for binary operations. 2016-12-12 11:12:12 +01:00
Types.h Warn about using msg.value in non-payable function 2016-12-08 16:22:13 -03:00