Skip to content

Commit 5676e33

Browse files
committed
s
1 parent 63e70d8 commit 5676e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/token.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,5 +2726,6 @@ const Token* findLambdaEndScope(const Token* tok) {
27262726
const std::string& Token::funcname(const Library& library) const {
27272727
if (!mImpl->mFuncName)
27282728
mImpl->mFuncName = new std::string(library.getFunctionName(this));
2729+
assert(*mImpl->mFuncName == library.getFunctionName(this));
27292730
return *mImpl->mFuncName;
27302731
}

0 commit comments

Comments
 (0)