[PATCH] D18914: [clang-tidy] new readability-redundant-inline
    Matthias Gehre via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue May 10 13:41:42 PDT 2016
    
    
  
mgehre updated this revision to Diff 56800.
mgehre added a comment.
Update for review comment:
- Return Optional<Token> when looking for 'inline'
- Add test that hides 'inline' in a macro
http://reviews.llvm.org/D18914
Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/RedundantInlineCheck.cpp
  clang-tidy/readability/RedundantInlineCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-redundant-inline.rst
  test/clang-tidy/readability-redundant-inline.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18914.56800.patch
Type: text/x-patch
Size: 11647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160510/48910c3c/attachment.bin>
    
    
More information about the cfe-commits
mailing list