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.
bool
!!
1 parent f9ec479 commit cb4fd88Copy full SHA for cb4fd88
include/swift/RemoteInspection/ReflectionContext.h
@@ -616,7 +616,7 @@ class ReflectionContext
616
std::string SecName(Start, StringSize);
617
if (SecName != Name)
618
continue;
619
- if (Retained != !!(Hdr->sh_flags & llvm::ELF::SHF_GNU_RETAIN))
+ if (Retained != bool(Hdr->sh_flags & llvm::ELF::SHF_GNU_RETAIN))
620
621
RemoteAddress SecStart =
622
RemoteAddress(ImageStart.getAddressData() + Hdr->sh_addr);
0 commit comments