[PATCH] D65993: [NFC][clang] Adding argument based Phase list filtering to getComplicationPhases

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 10:43:52 PDT 2019


plotfi added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:3220
 
-  unsigned LastPLSize = 0;
-  for (auto &I : Inputs) {
-    types::ID InputType = I.first;
-    const Arg *InputArg = I.second;
+  {
+    Arg *FinalPhaseArg;
----------------
aaron.ballman wrote:
> Why do you need this compound statement?
I think the diff I posted here was a little bit off. I will update. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65993/new/

https://reviews.llvm.org/D65993





More information about the cfe-commits mailing list