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 a05cf29 commit 539265bCopy full SHA for 539265b
lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
@@ -123,8 +123,7 @@ void ASTStructExtractor::ExtractFromTopLevelDecl(Decl *D) {
123
FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D);
124
125
if (m_ast_context && function_decl &&
126
- !m_function.m_wrapper_function_name.compare(
127
- function_decl->getNameAsString())) {
+ m_function.m_wrapper_function_name == function_decl->getNameAsString()) {
128
ExtractFromFunctionDecl(function_decl);
129
}
130
0 commit comments