- Notifications
You must be signed in to change notification settings - Fork70
Closed
Description
Affected rules
M8-0-1A7-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 (constauto r : foo)