[PATCH] D83449: [llvm] Add contains(KeyType) -> bool methods to Set types.

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 10:32:11 PDT 2020


jroelofs added a comment.

In D83449#2140761 <https://reviews.llvm.org/D83449#2140761>, @varungandhi-apple wrote:

> I don't understand the `clang-tidy`/`clang-format` complaints. I've formatted the code based on how the surrounding code is formatted.


IIRC, these come from arcanist. They should behave themselves if you have this utility on your PATH: https://github.com/llvm/llvm-project/blob/master/clang/tools/clang-format/git-clang-format#L15


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83449





More information about the llvm-commits mailing list