Static analyser cppcheck says:
clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:298:19: performance: Range variable 'Name' should be declared as const reference. [iterateByValue]
Source code is
for (auto Name : Symbol.Names) {
Suggest code rework.