This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bc2f189574 Fix a crash when the default of a switch is removed new 0c8016aa68e gn build: Merge r362352 new 8c846ac7716 [PDB] Copy inlinee lines records into the PDB new 13a908d7ffb [ConstantRange] Add sdiv() support
The 3 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: .../CodeView/DebugInlineeLinesSubsection.h | 7 +- include/llvm/IR/ConstantRange.h | 7 ++ lib/IR/ConstantRange.cpp | 87 ++++++++++++++++++++++ tools/llvm-pdbutil/DumpOutputStyle.cpp | 4 + unittests/IR/ConstantRangeTest.cpp | 58 +++++++++++++++ .../gn/secondary/clang-tools-extra/clangd/BUILD.gn | 1 + 6 files changed, 163 insertions(+), 1 deletion(-)