This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 43ceab969a Replace Const-Member checking with non-recursive version. new 6be5408471 Move PCHContainerOperations from Frontend to Serialization
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Frontend/PCHContainerOperations.h | 104 +-------------------- include/clang/Serialization/ASTWriter.h | 2 +- .../PCHContainerOperations.h | 6 +- include/clang/module.modulemap | 3 - lib/Frontend/ASTUnit.cpp | 2 +- lib/Frontend/CMakeLists.txt | 1 - lib/Serialization/ASTReader.cpp | 2 +- lib/Serialization/CMakeLists.txt | 1 + lib/Serialization/GlobalModuleIndex.cpp | 2 +- lib/Serialization/ModuleManager.cpp | 2 +- .../PCHContainerOperations.cpp | 4 +- 11 files changed, 12 insertions(+), 117 deletions(-) copy include/clang/{Frontend => Serialization}/PCHContainerOperations.h (95%) rename lib/{Frontend => Serialization}/PCHContainerOperations.cpp (94%)