[PATCH] D43392: [clang-tidy] Add Fuchsia checker for visibility attributes
    Eugene Zelenko via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Feb 16 11:23:32 PST 2018
    
    
  
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:60
 
+- New `fuchsia-add-visibility
+  <http://clang.llvm.org/extra/clang-tidy/checks/fuchsia-add-visibility.html>`_ check
----------------
Please move into new checks section.
================
Comment at: docs/ReleaseNotes.rst:63
+
+  Check to find a given named function and suggest a fix to add a
+  `__attribute__((visibility("hidden")))` to its definition.
----------------
Check to find -> Finds.
================
Comment at: docs/clang-tidy/checks/fuchsia-add-visibility.rst:6
+
+Check to find a given named function and suggest a fix to add
+a `__attribute__((visibility("hidden")))` to its definition.
----------------
Check to find -> Finds.
https://reviews.llvm.org/D43392
    
    
More information about the cfe-commits
mailing list