solidity/libsolidity/analysis
2019-12-12 10:59:07 +01:00
..
ConstantEvaluator.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
ConstantEvaluator.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ContractLevelChecker.cpp Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
ContractLevelChecker.h Split out override checker into its own file. 2019-12-10 16:00:05 +01:00
ControlFlowAnalyzer.cpp Fix error message about accessing storage pointers. 2019-09-24 10:52:02 +02:00
ControlFlowAnalyzer.h Warn about unreachable code. 2019-01-10 10:36:50 +01:00
ControlFlowBuilder.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-27 19:14:08 +01:00
ControlFlowBuilder.h Control flow for try statements. 2019-09-23 17:22:56 +02:00
ControlFlowGraph.cpp Sort includes in libsolidity/analysis 2018-12-17 12:35:16 +01:00
ControlFlowGraph.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
DeclarationContainer.cpp Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
DeclarationContainer.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
DocStringAnalyser.cpp Fixes named return natspec errors in compilation tests. 2019-12-04 15:38:12 +01:00
DocStringAnalyser.h Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
GlobalContext.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
GlobalContext.h Sort includes in libsolidity/analysis 2018-12-17 12:35:16 +01:00
NameAndTypeResolver.cpp Implement overridding of functions by public variables 2019-12-05 12:48:52 +00:00
NameAndTypeResolver.h Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
OverrideChecker.cpp Add more override tests with public state variables 2019-12-11 15:15:51 +01:00
OverrideChecker.h Move helper structs and clean code. 2019-12-11 15:15:51 +01:00
PostTypeChecker.cpp Ensure list of overrides consists of contracts 2019-10-30 17:31:33 +01:00
PostTypeChecker.h Ensure list of overrides consists of contracts 2019-10-30 17:31:33 +01:00
ReferencesResolver.cpp Move Visibility out of Declaration. 2019-12-11 00:38:59 +01:00
ReferencesResolver.h Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
StaticAnalyzer.cpp Merge branch 'develop' into develop_060 2019-11-12 10:32:41 +01:00
StaticAnalyzer.h Warn if type(..).runtimeCode is used with assembly in the constructor. 2019-01-17 20:36:48 +01:00
SyntaxChecker.cpp Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01: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 Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
TypeChecker.h Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
ViewPureChecker.cpp Replace superFunction by baseFunctions in AST annotations and JSON AST. 2019-12-05 03:33:32 +01:00
ViewPureChecker.h Merge remote-tracking branch 'origin/develop' into develop_060 2019-10-28 15:21:49 +01:00