aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/StaticAnalyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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