]> granicus.if.org Git - clang/commit
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes searc...
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 19 Oct 2019 01:36:37 +0000 (01:36 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 19 Oct 2019 01:36:37 +0000 (01:36 +0000)
commit56ddb2a69c92a417a93e8ccf3f8fe1ce047c78e3
treef9b4c137a756e8034bfbb35ba1e54b0d119bb025
parenta27ae544f30bfd7dc765b8a6080190d39d893b99
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics.

Differential Revision: https://reviews.llvm.org/D68528

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375322 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]