aboutsummaryrefslogtreecommitdiff
path: root/expr.cc
AgeCommit message (Expand)Author
2018-08-22Var and Value classes cleanup and memory footprint reduction.Sasha Smundak
2018-08-14Clean up Symbol handling.Sasha Smundak
2017-10-13Keep track of stack usage, report line that used the mostDan Willemsen
2017-10-11`clang-format -i -style=file *.cc *.h`Dan Willemsen
2017-10-03Add deprecated / obsolete variable supportDan Willemsen
2017-02-22Add --color_warnings to make warnings/errors like clangDan Willemsen
2016-06-07[C++] Fix handling CRLF after a backslashShinichiro Hamaji
2016-02-22[C++] Remove a clang warningShinichiro Hamaji
2016-02-17[C++] Add a fast path for interning lhs of assignmentsShinichiro Hamaji
2016-02-12[C++] Remove all warnings from clangShinichiro Hamaji
2016-01-05Stop using dynamic_castShinichiro Hamaji
2015-11-30[C++] Explicitly disallow $(shell) in other make constructsShinichiro Hamaji
2015-11-17[C++] Warn about weird expressionsShinichiro Hamaji
2015-09-24Rename value.* and ast.* to expr.* and stmt.*, respectivelyShinichiro Hamaji