Avatar
omochimetaru 8/30/2017 2:06 AM
- bool isPrivateStdlibDecl(bool whitelistProtocols=true) const; + bool isPrivateStdlibDecl(bool treatNonBuiltinProtocolsAsPublic = true) const;
2:07 AM
-/// Checks if a given mangled name could be a name of a whitelisted -/// specialization. -bool isWhitelistedSpecialization(StringRef SpecName); +/// Checks if a given mangled name could be a name of a known +/// prespecialization for -Onone support. +bool isKnownPrespecialization(StringRef SpecName);
2:07 AM
動機はともあれdiffとしては可読性が上がってる気がするw