Change dyn_cast<CXXMethodDecl>(FD) to isa<CXXMethodDecl>(FD) [NFC]
The result of the dyn_cast wasn't used to we can just check isa. llvm-svn: 340531
Loading
Please sign in to comment
The result of the dyn_cast wasn't used to we can just check isa. llvm-svn: 340531