This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d996e2 [X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correc [...] new 1420a79 PR27754: CXXRecordDecl::data() needs to perform an update eve [...]
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/AST/DeclCXX.h | 48 +++++++--------------- lib/AST/DeclCXX.cpp | 2 +- lib/Serialization/ASTReaderDecl.cpp | 20 ++++----- .../Modules/Inputs/PR27754/RConversionRuleParser.h | 4 ++ test/Modules/Inputs/PR27754/TMetaUtils.h | 2 + test/Modules/Inputs/PR27754/TSchemaType.h | 2 + test/Modules/Inputs/PR27754/algobase.h | 4 ++ test/Modules/Inputs/PR27754/module.modulemap | 3 ++ test/Modules/pr27754.cpp | 7 ++++ 9 files changed, 47 insertions(+), 45 deletions(-) create mode 100644 test/Modules/Inputs/PR27754/RConversionRuleParser.h create mode 100644 test/Modules/Inputs/PR27754/TMetaUtils.h create mode 100644 test/Modules/Inputs/PR27754/TSchemaType.h create mode 100644 test/Modules/Inputs/PR27754/algobase.h create mode 100644 test/Modules/Inputs/PR27754/module.modulemap create mode 100644 test/Modules/pr27754.cpp