llvm-project
d4ff9615 - Add missing #include for ObjCMethodDecl.

Commit
1 year ago
Add missing #include for ObjCMethodDecl. DeclBase.h only contains a forward declaration of ObjCMethodDecl, and when building clang/Sema/Attr.h with header modules this causes a build failure because `llvm::isa<ObjCMethodDecl>` requires the full type.
Author
Committer
Parents
Loading