Skip to content

Commit 92aedcb

Browse files
committed
Revert "[lldb] Build fix: variable name typo"
Reverted because dependecy had to be reverted. This reverts commit 4d909c5. (cherry picked from commit a97bdba)
1 parent 43db6a5 commit 92aedcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bool CPPLanguageRuntime::ShouldHideVariable(llvm::StringRef name) const {
4949
static RegularExpression ignore_global_ranges_pattern(
5050
"std::__[[:alnum:]]+::ranges(::views)*::__cpo");
5151

52-
return ignore_global_ranges_pattern.Execute(name);
52+
return ignore_globale_ranges_pattern.Execute(name);
5353
}
5454

5555
bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) {

0 commit comments

Comments
 (0)