Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn about large storage structures. | chriseth | 2017-08-12 | 1 | -0/+42 |
* | Migrate over to ErrorReporter | Rhett Aultman | 2017-07-19 | 1 | -1/+1 |
* | Warn if this is used in constructor | Alex Beregszaszi | 2017-07-19 | 1 | -0/+9 |
* | Warn about callcode. | chriseth | 2017-06-30 | 1 | -0/+8 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -15/+12 |
* | Drop the inline asm includes from StaticAnalyzer | Rhett Aultman | 2017-05-23 | 1 | -3/+0 |
* | Analyze InlineAssembly for variable use | Rhett Aultman | 2017-05-22 | 1 | -2/+23 |
* | Cleanup, style and additional test. | chriseth | 2017-05-03 | 1 | -11/+6 |
* | Refactor: Combine bool and function pointer. | chriseth | 2017-05-03 | 1 | -8/+7 |
* | Treat returns with expressions as return param use | Rhett Aultman | 2017-05-03 | 1 | -0/+12 |
* | Warn on unused local variables | Rhett Aultman | 2017-05-03 | 1 | -0/+39 |
* | Change error message. | chriseth | 2017-04-21 | 1 | -1/+1 |
* | Warn about side-effect free statements. | chriseth | 2017-04-21 | 1 | -0/+7 |
* | Warn about using msg.value in non-payable function | Federico Bond | 2016-12-09 | 1 | -0/+78 |