rafael added inline comments. ================ Comment at: DriverUtils.cpp:62 @@ +61,3 @@ + + auto unknowns = Args.filtered(OPT_UNKNOWN); + for (auto *Arg : unknowns) ---------------- Variables should start with an upper case letter. http://reviews.llvm.org/D13093