summaryrefslogtreecommitdiff
path: root/src/ir/label-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Modernize code to C++17 (#3104)Max Graey2021-11-221-8/+3
|
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-11/+4
| | | Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-0/+62
The IR is indeed a tree, but not an "abstract syntax tree" since there is no language for which it is the syntax (except in the most trivial and meaningless sense).