Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang] Loop over FieldDecls instead of all Decls (llvm#89453)
Only FieldDecls are of importance here. A struct defined within another struct has the same semantics as if it were defined outside of the struct. So there's no need to look into RecordDecls that aren't a field.
- Loading branch information