asl accepted this revision.
asl added a comment.
This revision is now accepted and ready to land.

LGTM with minor style nit



================
Comment at: lib/Basic/Targets.cpp:8733
+      auto It = std::find_if(AVRMcus.begin(),
+        AVRMcus.end(),
+        [&](const MCUInfo &Info) { return Info.Name == this->CPU; });
----------------
Minor style nit: I'd prefer end() to be on prev. line (like below)


https://reviews.llvm.org/D28346



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to