summaryrefslogtreecommitdiff
path: root/src/ast/ExpressionAnalyzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make ast_utils into a library (#892)Derek Schuff2017-01-311-0/+495
Split ExpressionAnalyzer and ExpressionManipulator into cpp files, and turn their giant template functions into simple functions which take a callback. More organization, fewer mammoth headers, makes the build a few seconds faster, and the binaries a couple MB smaller.