================
@@ -27,136 +27,93 @@ inline llvm::raw_ostream &operator<<(llvm::raw_ostream 
&OS, LoanID ID) {
   return OS << ID.Value;
 }
 
+/// Represents the base of a placeholder access path, which is either a
----------------
Xazax-hun wrote:

I wonder if `base` is confusing because people might associate it with 
inheritance. We could use the terminology `root` for access paths. That being 
said, I do not have strong feelings here so I am also fine with this as is. 

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

Reply via email to