[PATCH] D47301: Warning for framework include violation from Headers to PrivateHeaders

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 20 16:22:30 PDT 2018


bruno updated this revision to Diff 152198.
bruno added a comment.

Address Volodymyr's comments


https://reviews.llvm.org/D47301

Files:
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Basic/DiagnosticLexKinds.td
  lib/Lex/HeaderSearch.cpp
  test/Modules/Inputs/framework-public-includes-private/A.framework/Headers/A.h
  test/Modules/Inputs/framework-public-includes-private/A.framework/Modules/module.modulemap
  test/Modules/Inputs/framework-public-includes-private/A.framework/Modules/module.private.modulemap
  test/Modules/Inputs/framework-public-includes-private/A.framework/PrivateHeaders/APriv.h
  test/Modules/Inputs/framework-public-includes-private/A.framework/PrivateHeaders/APriv2.h
  test/Modules/Inputs/framework-public-includes-private/a.hmap.json
  test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.h
  test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.modulemap
  test/Modules/Inputs/framework-public-includes-private/flat-header-path/Z.private.modulemap
  test/Modules/Inputs/framework-public-includes-private/flat-header-path/ZPriv.h
  test/Modules/Inputs/framework-public-includes-private/z.hmap.json
  test/Modules/Inputs/framework-public-includes-private/z.yaml
  test/Modules/framework-public-includes-private.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47301.152198.patch
Type: text/x-patch
Size: 10790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180620/5f1b0552/attachment.bin>


More information about the cfe-commits mailing list