This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bff556fe3c The :option: syntax was generating Sphinx build warnings; sw [...] new 29cdecbf69 [ODRHash] Do not rely on Type* when computing the hash. new 28e87abe7b Fix unittest build with GCC older than 5.
The 2 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/ODRHash.h | 1 - lib/AST/ODRHash.cpp | 9 --------- test/Modules/Inputs/odr_hash-elaborated-types/first.h | 6 ++++++ .../Inputs/odr_hash-elaborated-types/module.modulemap | 5 +++++ test/Modules/Inputs/odr_hash-elaborated-types/second.h | 6 ++++++ test/Modules/Inputs/odr_hash-elaborated-types/textual_stat.h | 11 +++++++++++ test/Modules/Inputs/odr_hash-elaborated-types/textual_time.h | 6 ++++++ test/Modules/odr_hash-elaborated-types.cpp | 12 ++++++++++++ unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp | 2 +- 9 files changed, 47 insertions(+), 11 deletions(-) create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/first.h create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/module.modulemap create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/second.h create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/textual_stat.h create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/textual_time.h create mode 100644 test/Modules/odr_hash-elaborated-types.cpp