================
@@ -193,6 +194,25 @@ class TypeIndexer : public 
RecursiveASTVisitor<TypeIndexer> {
     return true;
   }
 
+  bool TraverseSubstTemplateTypeParmTypeLoc(SubstTemplateTypeParmTypeLoc TL,
+                                            bool TraverseQualifier) {
+    // TODO: For now if we are a templated field and the substituted type is of
----------------
HighCommander4 wrote:

nit: Place this comment above the line `auto *CXXRD = 
QT->getAsCXXRecordDecl();`, because it's at that point that we'll need to make 
changes to address the TODO (basically, looking for additional declarations 
referenced by `QT`).

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

Reply via email to