diff --git a/src/get_all_identifiers.hpp b/src/get_all_identifiers.hpp index 2ae6046..cc8897d 100644 --- a/src/get_all_identifiers.hpp +++ b/src/get_all_identifiers.hpp @@ -34,7 +34,7 @@ struct IdentifierData{ friend std::ostream& operator<<(std::ostream& outputStream, const IdentifierData& identifier){ outputStream<Data(); if(!(functionData.name.empty() || functionData.returnType.empty())){ - if(functionData.hasAliasedReturn){ - functionData.returnType+="*"; - } CollectIdentifierTypeNameAndContext(functionData.returnType, functionData.name, "FUNCTION", ctx.currentLineNumber, ctx.currentFilePath, ctx.currentFileLanguage); @@ -97,9 +94,9 @@ class WordsFromArchivePolicy : public srcSAXEventDispatch::EventListener, public void CollectIdentifierTypeNameAndContext(std::string identifierType, std::string identifierName, std::string codeContext, unsigned int lineNumber, std::string fileName, std::string programmingLanguageName){ if(!sampleSize){ - std::cout<