solidity/libsolidity/analysis
chriseth d989dfd43f
Merge pull request #9027 from ethereum/issue-8265
Fix ICE by avoiding copyForLocation() on ArraySliceType
2020-05-26 17:49:11 +02:00
..
ConstantEvaluator.cpp Add unique IDs to error reporting calls 2020-05-06 13:53:46 +02:00
ConstantEvaluator.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
ContractLevelChecker.cpp Rename asCallableFunction. 2020-05-26 11:35:12 +02:00
ContractLevelChecker.h Add error IDs to ContractLevelChecker 2020-05-12 11:42:29 +02:00
ControlFlowAnalyzer.cpp Checks for uninitialized access to calldata variables. 2020-05-26 10:51:13 +02:00
ControlFlowAnalyzer.h Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00
ControlFlowBuilder.cpp Replaced all instances of lValueRequested to willBeWrittenTo 2020-04-20 12:33:30 +05:30
ControlFlowBuilder.h Fixed ControlFlowBuilder compilation error. 2020-03-10 14:02:16 +01:00
ControlFlowGraph.cpp Remove some unneeded headers. 2020-05-07 01:49:46 +02:00
ControlFlowGraph.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
DeclarationContainer.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
DeclarationContainer.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
DeclarationTypeChecker.cpp Fixed seed for randomness, fixed conflicts in errorids 2020-05-26 18:21:47 +05:30
DeclarationTypeChecker.h Remove DeclarationTypeChecker class-specific error reporting functions 2020-05-20 23:56:25 +02:00
DocStringAnalyser.cpp Shorten a couple of lines 2020-05-21 17:38:47 +02:00
DocStringAnalyser.h Remove DocStringAnalyzer and DocStringParser class-specific error reporting functions 2020-05-21 00:26:14 +02:00
GlobalContext.cpp Merge pull request #8890 from ethereum/fixclangv10 2020-05-11 15:39:09 +02:00
GlobalContext.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ImmutableValidator.cpp Fix clang v10 compilation errors 2020-05-11 14:59:51 +02:00
ImmutableValidator.h Validate immutable variables 2020-04-02 13:52:27 +02:00
NameAndTypeResolver.cpp Move scopes into resolver. 2020-05-14 13:16:47 +02:00
NameAndTypeResolver.h Move scopes into resolver. 2020-05-14 13:16:47 +02:00
OverrideChecker.cpp Fixed seed for randomness, fixed conflicts in errorids 2020-05-26 18:21:47 +05:30
OverrideChecker.h Add error IDs to OverrideChecker 2020-05-12 02:26:02 +02:00
PostTypeChecker.cpp Add unique IDs to error reporting calls 2020-05-06 13:53:46 +02:00
PostTypeChecker.h Move variables-in-interfaces checker to PostTypeChecker 2020-01-08 14:05:08 +01:00
ReferencesResolver.cpp Fixed seed for randomness, fixed conflicts in errorids 2020-05-26 18:21:47 +05:30
ReferencesResolver.h Remove ReferencesResolver class-specific error reporting functions 2020-05-21 00:04:26 +02:00
StaticAnalyzer.cpp Add unique IDs to error reporting calls 2020-05-06 13:53:46 +02:00
StaticAnalyzer.h Apply modernize-use-override. 2020-04-02 18:00:44 -05:00
SyntaxChecker.cpp Replace boost/algorithm/cxx11 with C++11 features 2020-05-11 14:27:54 +01:00
SyntaxChecker.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
TypeChecker.cpp Merge pull request #9027 from ethereum/issue-8265 2020-05-26 17:49:11 +02:00
TypeChecker.h virtual modifiers (in Abstract contracts) allow empty bodies 2020-04-23 17:26:59 +05:30
ViewPureChecker.cpp Update Dockerfiles and CI scripts to Ubuntu 20.04 and simplify them. 2020-05-11 17:35:01 +02:00
ViewPureChecker.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00