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 2b70dcc commit baf2f43Copy full SHA for baf2f43
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