The specifiesTypeLoc() matcher narrows a nestedNameSpecifier matcher based on a
typeloc within the NNS. However, the matcher does not guard against NNS which
are a namespace, and cause getTypeLoc to assert-fail.
Details
Details
- Reviewers
klimek - Commits
- rC334929: [ASTMatchers] Don't assert-fail in specifiesTypeLoc().
Diff Detail
Diff Detail
- Repository
- rC Clang