revert typeName from getCompleteString() (breaks tests), add to function dump instead

This commit is contained in:
Christoph Kubisch 2019-04-16 13:28:49 +02:00
parent 4b1dfc56b1
commit aa4e527781
2 changed files with 2 additions and 6 deletions

View file

@ -2019,11 +2019,6 @@ public:
// Add struct/block members
if (isStruct() && structure) {
if (typeName) {
appendStr(" ");
appendStr(typeName->c_str());
appendStr(" ");
}
appendStr("{");
for (size_t i = 0; i < structure->size(); ++i) {
if (! (*structure)[i].type->hiddenMember()) {