summaryrefslogtreecommitdiff
path: root/src/ir/names.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+2
|
* [NFC] Factor out and simplify minified name generation (#3909)Thomas Lively2021-05-271-0/+77
Simplifies the public API to not unnecessarily take an index and simplifies the implementation to use a single integer as state rather than a vector of indices.