Reduce the use of the auto keyword
Created by: mkoennecke
Reduce the use of the C++ auto keyword to the use cases described in the LLVM coding standard. It is much easier to read the code when you the type you are dealing with.
Created by: mkoennecke
Reduce the use of the C++ auto keyword to the use cases described in the LLVM coding standard. It is much easier to read the code when you the type you are dealing with.