[PATCH] D68336: [NFC] Replace 'isDarwin' with 'IsDarwin' based on LLVM naming convention

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 08:20:16 PDT 2019


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: wuzish.

LGTM. New declarations of `IsDarwin` in this patch are in contexts where there is no existing reference to any `IsDarwin` that might have been in scope.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68336





More information about the llvm-commits mailing list