summaryrefslogtreecommitdiffstats
path: root/source/core/slang-object-scope-manager.cpp
Commit message (Collapse)AuthorAge
* Feature/serial string pool refactor (#702)jsmall-nvidia2018-10-30
* Ongoing serialization for full debug work. * Use StringRepresentationCache and StringSlicePool for serialization. * Removed some older path handling for serialization which had some wrong underlying assumptions. * Builds with refactored use of SubStringPool in ir-serialize. * Removed prohibitedCategories because not used anywhere. * Add category 'compatibility-issue' * Remove work in progress on debug serialization.