mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -771,7 +771,8 @@ swift::ide::NameKind SwiftLangSupport::getNameKindForUID(SourceKit::UIdent Id) {
|
||||
return swift::ide::NameKind::Swift;
|
||||
}
|
||||
|
||||
llvm::Optional<UIdent> SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttribute *Attr) {
|
||||
llvm::Optional<UIdent>
|
||||
SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttribute *Attr) {
|
||||
// Check special-case names first.
|
||||
switch (Attr->getKind()) {
|
||||
case DAK_IBAction: {
|
||||
|
||||
Reference in New Issue
Block a user