Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -3/+4 |
| | |||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -7/+12 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 1 | -18/+18 |
| | | | | | | Remove trailing whitespace Remove changelog change | ||||
* | Remove unused 050 variable in ReferencesResolver | Alex Beregszaszi | 2018-08-06 | 1 | -1/+0 |
| | |||||
* | Only active variables at the point of their declaration. | chriseth | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | Enable C99-scoping with the 0.5.0-experimental pragma. | chriseth | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | Blocks and for loops can be scopes. | chriseth | 2018-02-27 | 1 | -1/+4 |
| | |||||
* | Generate only single error in inline assembly. | chriseth | 2017-06-08 | 1 | -2/+5 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -7/+5 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Fix early exist for fatal errors. | chriseth | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points. | chriseth | 2017-02-14 | 1 | -3/+6 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Function types. | chriseth | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 1 | -0/+1 |
| | |||||
* | Resolve type names using regular AST visit. | chriseth | 2015-11-27 | 1 | -4/+4 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Make members context-sensitive. | chriseth | 2015-11-26 | 1 | -3/+0 |
| | |||||
* | Type checking for creating new arrays. | chriseth | 2015-11-26 | 1 | -0/+1 |
| | |||||
* | style fix | LianaHus | 2015-11-07 | 1 | -12/+1 |
| | |||||
* | style fixes | LianaHus | 2015-11-07 | 1 | -4/+4 |
| | |||||
* | fixed test framework | LianaHus | 2015-11-07 | 1 | -1/+8 |
| | |||||
* | fix | LianaHus | 2015-11-07 | 1 | -4/+11 |
| | |||||
* | fixed return valu for resolver | LianaHus | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | added SourceLocations to error reporting for ReferenceResolver | LianaHus | 2015-11-07 | 1 | -2/+2 |
| | |||||
* | passed SourceLocations instead of nodes to the error reporting function | LianaHus | 2015-11-07 | 1 | -2/+2 |
| | |||||
* | added errors tu ReferencesResolver | LianaHus | 2015-11-07 | 1 | -2/+22 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+69 |