aboutsummaryrefslogtreecommitdiff
path: root/expr.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add --color_warnings to make warnings/errors like clangDan Willemsen2017-02-221-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 backslashShinichiro Hamaji2016-06-071-0/+2
| | | | This fixes #77
* [C++] Remove a clang warningShinichiro Hamaji2016-02-221-1/+1
|
* [C++] Add a fast path for interning lhs of assignmentsShinichiro Hamaji2016-02-171-0/+1
|
* [C++] Remove all warnings from clangShinichiro Hamaji2016-02-121-2/+2
|
* Stop using dynamic_castShinichiro Hamaji2016-01-051-2/+6
|
* [C++] Explicitly disallow $(shell) in other make constructsShinichiro Hamaji2015-11-301-1/+7
|
* [C++] Warn about weird expressionsShinichiro Hamaji2015-11-171-1/+14
|
* Rename value.* and ast.* to expr.* and stmt.*, respectivelyShinichiro Hamaji2015-09-241-0/+573