Having to match on the typeLoc in AsIs mode is undesirable, but keep it
for now for compatbility.
Details
Details
- Reviewers
aaron.ballman njames93 klimek
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I have no issues here, but see what the others say as well.
Also related post to cfe-dev - https://lists.llvm.org/pipermail/cfe-dev/2021-February/067629.html
clang/lib/ASTMatchers/ASTMatchFinder.cpp | ||
---|---|---|
148–151 | nit: Inner If doesn't need braces, but I'd prefer the loop to have them. |
Comment Actions
I'm not sure. Can you ask a more-specific question? Did you read the link that Nathan posted? Is the unit test unclear?
nit: Inner If doesn't need braces, but I'd prefer the loop to have them.