When traversing the parent map, the check assumed that all the nodes would be either Stmt or Decl. After r251101, this is no longer true: there can be TypeLoc and NestedNameSpecifierLoc nodes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good with one nit.
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
191 | nit: Merge the lines maybe? |
nit: Merge the lines maybe?