We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e70d8 commit 5676e33Copy full SHA for 5676e33
lib/token.cpp
@@ -2726,5 +2726,6 @@ const Token* findLambdaEndScope(const Token* tok) {
2726
const std::string& Token::funcname(const Library& library) const {
2727
if (!mImpl->mFuncName)
2728
mImpl->mFuncName = new std::string(library.getFunctionName(this));
2729
+ assert(*mImpl->mFuncName == library.getFunctionName(this));
2730
return *mImpl->mFuncName;
2731
}
0 commit comments