]> granicus.if.org Git - clang/commit
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes searc...
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 21 Oct 2019 22:51:13 +0000 (22:51 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 21 Oct 2019 22:51:13 +0000 (22:51 +0000)
commit5d899f7d95c13ea08fae3aba3280a902f2834e23
tree991b2e149e78f6d36830c475cb99e4f4f9acea7c
parent73e476646bdaeb2ad2d40254ce64c2dfe8c78873
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics.

This is a recommit of r375322 and r375327 with a fix for the Windows test breakage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375466 91177308-0d34-0410-b5e6-96231b3b80d8
docs/Modules.rst
include/clang/Driver/CC1Options.td
include/clang/Lex/HeaderSearchOptions.h
lib/Frontend/CompilerInvocation.cpp
test/Modules/context-hash.c [new file with mode: 0644]