Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Target only the actual operator. | Marco Groppo | 2019-03-24 | 1 | -12/+11 |
| | | | | | Renamed `BinExpr::op()` and `PrefixExpr::op()` to `op_kind`. Now `op()` returns the `SyntaxNode`. | ||||
* | Minor formatting changes. | Marco Groppo | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Assist to flip equality (==) and negative equality (!=) operands. | Marco Groppo | 2019-03-24 | 1 | -0/+87 |