| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add --color_warnings to make warnings/errors like clang | Dan Willemsen | 2017-02-22 | 1 | -12/+12 |
| | | | | | | | | | | | This adds new (WARN|KATI_WARN|ERROR)_LOC log macro variants that take a location as the first argument, and will prefix that location information to the warning/error lines. When --color_warnings is enabled, it reformats them to have a standard warning:/error: infix, and adds colors in order to match the warnings/errors produced by clang. | ||||
| * | [C++] Fix handling CRLF after a backslash | Shinichiro Hamaji | 2016-06-07 | 1 | -0/+2 |
| | | | | | This fixes #77 | ||||
| * | [C++] Remove a clang warning | Shinichiro Hamaji | 2016-02-22 | 1 | -1/+1 |
| | | |||||
| * | [C++] Add a fast path for interning lhs of assignments | Shinichiro Hamaji | 2016-02-17 | 1 | -0/+1 |
| | | |||||
| * | [C++] Remove all warnings from clang | Shinichiro Hamaji | 2016-02-12 | 1 | -2/+2 |
| | | |||||
| * | Stop using dynamic_cast | Shinichiro Hamaji | 2016-01-05 | 1 | -2/+6 |
| | | |||||
| * | [C++] Explicitly disallow $(shell) in other make constructs | Shinichiro Hamaji | 2015-11-30 | 1 | -1/+7 |
| | | |||||
| * | [C++] Warn about weird expressions | Shinichiro Hamaji | 2015-11-17 | 1 | -1/+14 |
| | | |||||
| * | Rename value.* and ast.* to expr.* and stmt.*, respectively | Shinichiro Hamaji | 2015-09-24 | 1 | -0/+573 |
