aboutsummaryrefslogtreecommitdiffstats
path: root/expr.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep track of stack usage, report line that used the mostDan Willemsen2017-10-131-1/+7
* `clang-format -i -style=file *.cc *.h`Dan Willemsen2017-10-111-71/+53
* Add deprecated / obsolete variable supportDan Willemsen2017-10-031-2/+7
* Add --color_warnings to make warnings/errors like clangDan Willemsen2017-02-221-12/+12
* [C++] Fix handling CRLF after a backslashShinichiro Hamaji2016-06-071-0/+2
* [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