This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f580254134 clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h: Add [...] new 6fd767f1ed Reorder tests to match latest SD-6 draft. new 5a017e25cf [CodeGen] Correctly model std::byte's aliasing properties
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/Type.h | 1 + lib/AST/Type.cpp | 9 +++++++++ lib/CodeGen/CodeGenTBAA.cpp | 6 ++++++ test/CodeGenCXX/std-byte.cpp | 41 +++++++++++++++++++++++++++++++++++++++++ test/Lexer/cxx-features.cpp | 16 ++++++++-------- 5 files changed, 65 insertions(+), 8 deletions(-) create mode 100644 test/CodeGenCXX/std-byte.cpp