getTypeString implemented a manual generation of types. That was very error-prone and missed many types.
I changed the method to use the official print method that clang provides. I further added a test case to add forward strings in getTypeString. That was not tested before.
getTypeString implemented a manual generation of types. That was very error-prone and missed many types.
I changed the method to use the official print method that clang provides. I further added a test case to add forward strings in getTypeString. That was not tested before.