[PATCH] D24541: [LLVM] Fix some Clang-tidy readability-container-size-empty and Include What You Use warnings in headers; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 13:28:32 PDT 2016


Eugene.Zelenko added a comment.

Only three containers implement empty() via size(), so it'll be better to make them consistent with other containers.


Repository:
  rL LLVM

https://reviews.llvm.org/D24541





More information about the llvm-commits mailing list