]> granicus.if.org Git - clang/commit
[PCH/modules] Require the preprocessing record option to match the used PCH, if modul...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 26 Apr 2013 21:33:40 +0000 (21:33 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 26 Apr 2013 21:33:40 +0000 (21:33 +0000)
commit65110caf70bc6c07c3bc223acf03643af47a6643
tree6f7a56c949e81f7f8d4be6e44a40aedc652cdcd5
parent0532df02a72a32a6042e961b71989db73d0d0a22
[PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled.

The preprocessing record becomes important when modules are enabled, since it is used to calculate the
module cache hash.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180635 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSerializationKinds.td
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/Index/targeted-annotation.c
tools/c-index-test/c-index-test.c