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 237cb04 commit a297500Copy full SHA for a297500
lldb/source/Commands/CommandObjectType.cpp
@@ -2649,7 +2649,8 @@ class CommandObjectTypeLookup : public CommandObjectRaw {
2649
return false;
2650
LanguageType lt1 = lang1->GetLanguageType();
2651
LanguageType lt2 = lang2->GetLanguageType();
2652
- if (lt1 == lt2) return false;
+ if (lt1 == lt2)
2653
+ return false;
2654
if (lt1 == guessed_language)
2655
return true; // make the selected frame's language come first
2656
if (lt2 == guessed_language)
0 commit comments