aaron.ballman added a comment.

In D72233#1808125 <https://reviews.llvm.org/D72233#1808125>, @air20 wrote:

> In D72233#1807698 <https://reviews.llvm.org/D72233#1807698>, @aaron.ballman 
> wrote:
>
> > LGTM aside from a minor nit. Do you need someone to commit on your behalf?
>
>
> How do I submit a patch from here?


You would need git commit credentials for the project 
(https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access). If you 
don't have those credentials, I'm happy to commit on your behalf.



================
Comment at: clang/lib/ASTMatchers/Dynamic/Registry.cpp:282
   REGISTER_MATCHER(hasInitStatement);
+  REGISTER_MATCHER(hasInitializer);
   REGISTER_MATCHER(hasKeywordSelector);
----------------
air20 wrote:
> aaron.ballman wrote:
> > Why did this one move? Please keep the list sorted alphabetically.
> I think this wasn’t sorted correctly before.
I think it was sorted properly before (`i` comes before `S` even if you ignore 
capitalization), but regardless, it's a change unrelated to the patch, which we 
usually ask to be a separate patch.


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

https://reviews.llvm.org/D72233



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

Reply via email to