================
@@ -1584,6 +1589,20 @@ class VarDecl : public DeclaratorDecl, public
Redeclarable<VarDecl> {
NonParmVarDeclBits.IsCXXCondDecl = true;
}
+ /// Determine whether this variable is the compiler-generated '__range'
----------------
yronglin wrote:
```suggestion
/// Whether this variable is the implicit '__range' variable in C++
range-based for loops.
```
https://github.com/llvm/llvm-project/pull/145164
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits