This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7021b250b9 Revert r303316, a change to ExprConstant to evaluate functio [...] new 7b936e342f [ODRHash] Add diagnostic messages for typedef and type alias. new c700ae6c9e Revert r301742 which made ExprConstant checking apply to all [...]
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: .../clang/Basic/DiagnosticSerializationKinds.td | 16 +++- include/clang/Sema/Sema.h | 1 + lib/AST/ExprConstant.cpp | 13 +-- lib/Sema/SemaChecking.cpp | 24 ++++- lib/Serialization/ASTReader.cpp | 41 +++++++++ test/Modules/odr_hash.cpp | 102 +++++++++++++++++++++ ...stribute_parallel_for_simd_aligned_messages.cpp | 5 +- test/OpenMP/distribute_simd_aligned_messages.cpp | 5 +- test/OpenMP/for_simd_aligned_messages.cpp | 5 +- test/OpenMP/parallel_for_simd_aligned_messages.cpp | 5 +- test/OpenMP/simd_aligned_messages.cpp | 5 +- .../target_parallel_for_simd_aligned_messages.cpp | 5 +- test/OpenMP/target_simd_aligned_messages.cpp | 5 +- ...stribute_parallel_for_simd_aligned_messages.cpp | 5 +- ...rget_teams_distribute_simd_aligned_messages.cpp | 5 +- test/OpenMP/taskloop_simd_aligned_messages.cpp | 5 +- ...stribute_parallel_for_simd_aligned_messages.cpp | 5 +- .../teams_distribute_simd_aligned_messages.cpp | 5 +- test/Sema/integer-overflow.c | 8 +- 19 files changed, 219 insertions(+), 46 deletions(-)