alexfh added inline comments.

================
Comment at: clang-tidy/readability/IdentifierNamingCheck.cpp:548
@@ +547,3 @@
+  }
+
+  if (const auto *Loc = Result.Nodes.getNodeAs<TypeLoc>("typeLoc")) {
----------------
alexfh wrote:
> Note, that I suggested to use `Loc->getType()->getDecl()`, which uses 
> `TypeLoc::getType()` and `Type::getDecl()`.
Ah, I see now: the problem is not `TypeLoc` here, it's that there's no 
`Type::getDecl`. So your version is probably the best we can do here.


http://reviews.llvm.org/D13081



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to