mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Split Attr.def to DeclAttr.def and TypeAttr.def
This commit is contained in:
@@ -856,7 +856,7 @@ SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttribute *Attr) {
|
||||
static UIdent Attr_##X("source.decl.attribute." #X); \
|
||||
return Attr_##X; \
|
||||
}
|
||||
#include "swift/AST/Attr.def"
|
||||
#include "swift/AST/DeclAttr.def"
|
||||
}
|
||||
|
||||
return llvm::None;
|
||||
|
||||
Reference in New Issue
Block a user