[PATCH] D24349: [clang-tidy] Extend readability-container-size-empty to arbitrary class with size() and empty()
    Kirill Bobyrev via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Sep  9 06:27:34 PDT 2016
    
    
  
omtcyfz updated this revision to Diff 70822.
omtcyfz added a comment.
Allow inheritance for `size()` and `empty()`.
https://reviews.llvm.org/D24349
Files:
  clang-tidy/readability/ContainerSizeEmptyCheck.cpp
  docs/clang-tidy/checks/readability-container-size-empty.rst
  test/clang-tidy/clang-cl-driver.cpp
  test/clang-tidy/readability-container-size-empty.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24349.70822.patch
Type: text/x-patch
Size: 10307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160909/f28fb709/attachment.bin>
    
    
More information about the cfe-commits
mailing list