Affected rules
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
Affected rules
M8-0-1A7-1-5Description
The range based for loop is implemented in our database schema with reference to compiler generated AST elements, introducing compiler variables such as
__range,__beginand__end. These compiler generated variables are flagged as contravening a number of the C++ rules, but should be excluded.Example