mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Reformat all the LLVMs
Reformatting everything now that we have `llvm` namespaces. I've separated this from the main commit to help manage merge-conflicts and for making it a bit easier to read the mega-patch.
This commit is contained in:
@@ -1022,7 +1022,8 @@ bool ModuleFileSharedCore::readCommentBlock(llvm::BitstreamCursor &cursor) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static llvm::Optional<swift::LibraryKind> getActualLibraryKind(unsigned rawKind) {
|
||||
static llvm::Optional<swift::LibraryKind>
|
||||
getActualLibraryKind(unsigned rawKind) {
|
||||
auto stableKind = static_cast<serialization::LibraryKind>(rawKind);
|
||||
if (stableKind != rawKind)
|
||||
return llvm::None;
|
||||
|
||||
Reference in New Issue
Block a user