13,040,948 commits found in 3 milliseconds
LLVM /project 3b29886 — llvm/lib/BinaryFormat MsgPackDocumentYAML.cpp, llvm/unittests/BinaryFormat MsgPackDocumentTest.cpp [MsgPack] Use JSON schema boolean resolution rules
Since YAMLIO generally knows the types ahead of time (since it primarily
functions to (de)serialize concrete C++ types) "tag resolution" isn't
really a meaningful isssue.
With MsgPackDocument we permit arbitrary documents with arbitrary type
nodes, and so the YAML "NO" problem is an issue.
Address this in MsgPackDocument itself to avoid a significant and
far-reaching backwards-incompatible change to YAMLIO (although we could
still consider tightening things up there in the future). Use the "JSON
Schema" for tag resolution where the only literals to resolve to bool by
default are "true" and "false".
NAS-138784 / 26.04 / Fix most unit tests (#17749)
Merge all pattern kinds into a single AST node
Eliminate CXXExpansionInitListExpr
CWG 3131
LLVM /project 3cf63f4 — clang/include/clang/Basic DiagnosticSemaKinds.td, clang/include/clang/Sema ScopeInfo.h [Clang] [C++26] Expansion Statements (Part 9)
LLVM /project 3b874f5 — clang/docs ReleaseNotes.rst, clang/include/clang/Basic DiagnosticCommonKinds.td [Clang] [C++26] Expansion Statements (Part 11)
Properly compute iterating expansion stmt size
LLVM /project e2a4105 — clang/include/clang/Basic DiagnosticSemaKinds.td LangOptions.def, clang/include/clang/Options Options.td [Clang] [C++26] Expansion Statements (Part 10)
CWG 3131
Move CGDecl implementation here
CWG 3131
LLVM /project 60d373a — clang/lib/CodeGen CGStmt.cpp, clang/test/CodeGenCXX cxx2c-enumerating-expansion-statements.cpp cxx2c-iterating-expansion-stmt.cpp [Clang] [C++26] Expansion Statements (Part 8)
[Clang] [C++26] Expansion Statements (Part 7)
Properly compute iterating expansion stmt size
Add test for lambda in template
Add incomplete type and vla tests
Rename a function and update a comment
ichsmb: shutdown interrupts to prevent spurious interrupts after kexec
Obtained from: Hewlett Packard Enterprise
Rebiewed by: jhb, jhibbits
LLVM /project fd43422 — clang/lib/CIR/CodeGen CIRGenBuiltinAArch64.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.fsub.ll llvm.amdgcn.reduce.fadd.ll Merge branch 'main' into users/cachemeifyoucan/spr/cas-disable-castests-on-windows-versions-before-windows-11
hppa/elf_machdep.h: organize symbols into psABI & local groups.
Allow this file to be used with <sys/elfdefinitions.h>.
PR lib/59564
Only use a single CXXExpansionSelectExpr
LLVM /project 85b3c9f — openmp/runtime/src CMakeLists.txt, openmp/runtime/test/Unit lit.cfg.py implement feedback
elftoolchain/common: Update to upstream [r4294].
Merge all pattern kinds into a single AST node
Eliminate CXXExpansionInitListExpr
Fix more rebase issues
LLVM /project e3c6180 — clang/include/clang/Basic DiagnosticSemaKinds.td, clang/include/clang/Sema Sema.h [Clang] [C++26] Expansion Statements (Part 6)
Add code that was accidentally deleted in rebase
Merge all pattern kinds into a single AST node