Community
Participate
Working Groups
The CFG doesn't support this C++0x construct: void foo() { int arr[] = {1,2,3}; for (int i : arr) { ; // ... } }
Until very recently ControlFlowGraphBuilder printed an error message to stderr when it encountered a range-based 'for' statement. I added a stub code to avoid that but I don't know how to build the graph properly. Alena, do you have time to take a look at it?
*** Bug 441824 has been marked as a duplicate of this bug. ***
Yeah, I can look at it
commit d2f248dc70dce74281384a5ad1243c346a872081 Since 8.6