solidity/libsolidity/analysis
2019-06-06 12:55:12 +02:00
..
ConstantEvaluator.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
ConstantEvaluator.h
ContractLevelChecker.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
ContractLevelChecker.h Check base contracts for abi encoder compatibility 2019-03-06 11:16:54 +01:00
ControlFlowAnalyzer.cpp
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp libsolidity: Introducing TypeProvider API, for clear type system ownership. 2019-04-16 18:26:45 +02:00
ControlFlowBuilder.h
ControlFlowGraph.cpp
ControlFlowGraph.h
DeclarationContainer.cpp
DeclarationContainer.h
DocStringAnalyser.cpp Even more style checks. 2019-02-14 11:53:00 +01:00
DocStringAnalyser.h
GlobalContext.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
GlobalContext.h
NameAndTypeResolver.cpp Issue warning for variables called super or this 2019-05-02 11:30:24 +02:00
NameAndTypeResolver.h Issue warning for variables called super or this 2019-05-02 11:30:24 +02:00
PostTypeChecker.cpp Move SemVerHandler to analysis to parsing to increase modularity... 2019-04-17 10:13:42 -04:00
PostTypeChecker.h
ReferencesResolver.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
ReferencesResolver.h
StaticAnalyzer.cpp Throws error on library calling itself externally. 2019-05-02 12:41:07 +02:00
StaticAnalyzer.h
SyntaxChecker.cpp Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00
SyntaxChecker.h Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00
TypeChecker.cpp Improve error message for delegatecall.value 2019-06-06 12:55:12 +02:00
TypeChecker.h Check base contracts for abi encoder compatibility 2019-03-06 11:16:54 +01:00
ViewPureChecker.cpp Merge pull request #6818 from ethereum/alwaysUseBuiltins 2019-05-23 12:29:12 +02:00
ViewPureChecker.h