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 a5c340b commit 5cdf513Copy full SHA for 5cdf513
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