[PATCH] D24541: [LLVM] Fix some Clang-tidy readability-container-size-empty and Include What You Use warnings in headers; other minor fixes
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 13:25:53 PDT 2016
MatzeB added a comment.
Using size() to actually implement the empty() method of a container seems fine to me and should be considered a false positive of clang-tidy.
Repository:
rL LLVM
https://reviews.llvm.org/D24541
More information about the llvm-commits
mailing list