Closed
Description
Affected rules
M8-0-1
A7-1-5
Description
The range based for loop is implemented in our database schema with reference to compiler generated AST elements, introducing compiler variables such as __range
, __begin
and __end
. These compiler generated variables are flagged as contravening a number of the C++ rules, but should be excluded.
Example
for (const auto r : foo)