aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/StaticAnalyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turn usage of callcode into an error as experimental 0.5.0 featureAlex Beregszaszi2017-10-191-4/+12
* Merge pull request #2848 from ethereum/checkViewPurechriseth2017-09-141-2/+0
|\
| * Remove previous warning about pureness not being enforced.chriseth2017-09-061-2/+0
* | Display helpful warning for unused function arguments/return parametersSuman2017-09-121-1/+10
|/
* Introduce pure specifier on functionsAlex Beregszaszi2017-08-241-0/+2
* Warn about large storage structures.chriseth2017-08-121-0/+42
* Migrate over to ErrorReporterRhett Aultman2017-07-191-1/+1
* Warn if this is used in constructorAlex Beregszaszi2017-07-191-0/+9
* Warn about callcode.chriseth2017-06-301-0/+8
* Refactor error reportingRhett Aultman2017-05-301-15/+12
* Drop the inline asm includes from StaticAnalyzerRhett Aultman2017-05-231-3/+0
* Analyze InlineAssembly for variable useRhett Aultman2017-05-221-2/+23
* Cleanup, style and additional test.chriseth2017-05-031-11/+6
* Refactor: Combine bool and function pointer.chriseth2017-05-031-8/+7
* Treat returns with expressions as return param useRhett Aultman2017-05-031-0/+12
* Warn on unused local variablesRhett Aultman2017-05-031-0/+39
* Change error message.chriseth2017-04-211-1/+1
* Warn about side-effect free statements.chriseth2017-04-211-0/+7
* Warn about using msg.value in non-payable functionFederico Bond2016-12-091-0/+78