Replacing a range-based for loop with an old-style for loop. This code was...
Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC. llvm-svn: 236990
Loading
Please sign in to comment