Fix PR9741. The implicit declarations created for range-based for loops...
Fix PR9741. The implicit declarations created for range-based for loops weren't being added to the DeclContext (nor were they being marked as implicit). Also, the declarations were being emitted in the wrong order when building the CFG. llvm-svn: 129700
Loading
Please register or sign in to comment