[PATCH] D43778: [clang-tidy] Adding RestrictIncludes check to Fuchsia module

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 11 12:29:55 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL332125: [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module (authored by juliehockett, committed by ).
Herald added subscribers: llvm-commits, klimek.

Changed prior to commit:
  https://reviews.llvm.org/D43778?vs=146349&id=146382#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43778

Files:
  clang-tools-extra/trunk/clang-tidy/fuchsia/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/fuchsia/FuchsiaTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
  clang-tools-extra/trunk/clang-tidy/fuchsia/RestrictSystemIncludesCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/fuchsia-restrict-system-includes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/a.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/j.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/r.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/s.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/t.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/transitive.h
  clang-tools-extra/trunk/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/transitive2.h
  clang-tools-extra/trunk/test/clang-tidy/fuchsia-restrict-system-includes-all.cpp
  clang-tools-extra/trunk/test/clang-tidy/fuchsia-restrict-system-includes-glob.cpp
  clang-tools-extra/trunk/test/clang-tidy/fuchsia-restrict-system-includes-headers.cpp
  clang-tools-extra/trunk/test/clang-tidy/fuchsia-restrict-system-includes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43778.146382.patch
Type: text/x-patch
Size: 17366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180511/466a22a5/attachment.bin>


More information about the cfe-commits mailing list