================
@@ -1789,6 +1789,15 @@ bool CursorVisitor::VisitAdjustedTypeLoc(AdjustedTypeLoc 
TL) {
   return Visit(TL.getOriginalLoc());
 }
 
+bool CursorVisitor::VisitAutoTypeLoc(AutoTypeLoc TL) {
----------------
Serafean wrote:

doesn't compile. Already defined by `DEFAULT_TYPELOC_IMPL(Auto, Type)`.

I don't see what adding this method explicitly changes from the current status. 
From my usecase-specific tests, I don't see anything change.
Do keep in mind I've been rummaging in this codebase for less than a day...

https://github.com/llvm/llvm-project/pull/172092
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to