we want to exclude friend declaration, but the DeclContext of a
friend function declaration is not the class in which it is declared, so we need
to explicitly check if the parent is a friendDecl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM