This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from a8fea4779 [TestVLA] Fix a python decorator.
new 1a358a5d0 [PDB] Introduce `MSVCUndecoratedNameParser`
The 1 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:
lit/SymbolFile/PDB/Inputs/AstRestoreTest.cpp | 10 +-
lit/SymbolFile/PDB/ast-restore.test | 6 +
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 5 +
.../CPlusPlus/MSVCUndecoratedNameParser.cpp | 98 +++++++++
.../Language/CPlusPlus/MSVCUndecoratedNameParser.h | 51 +++++
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 226 ++++++++++++---------
source/Plugins/SymbolFile/PDB/PDBASTParser.h | 6 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 42 ++--
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 +-
.../Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 9 +-
11 files changed, 333 insertions(+), 123 deletions(-)
create mode 100644 source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
create mode 100644 source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/binutils-gdb.
from 9194830699 Automatic date update in version.in
adds 3d0d35cab5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
from f21023fe45b gOlogy: fix debug binds in auto-inc-dec
new 7483a5ce8cc [PR87874] avoid const-wide-int subreg in LRA
The 1 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:
gcc/lra.c | 2 +-
gcc/testsuite/gcc.dg/pr87874.c | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87874.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from 9194830699 Automatic date update in version.in
adds 3d0d35cab5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0d69816576 os_log: Allow specifying mask type in format string.
new c46cbd2c47 Cast to uint64_t instead of to unsigned.
The 1 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:
lib/CodeGen/CGBuiltin.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 273f2bbc3c os_log: Add a new privacy annotation "sensitive".
new 0d69816576 os_log: Allow specifying mask type in format string.
The 1 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/FormatString.h | 7 +++++++
include/clang/AST/OSLog.h | 21 +++++++++++++++------
include/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/AST/OSLog.cpp | 8 ++++++++
lib/AST/PrintfFormatString.cpp | 11 +++++++++--
lib/CodeGen/CGBuiltin.cpp | 7 ++++++-
lib/Sema/SemaChecking.cpp | 6 ++++++
test/CodeGen/builtins.c | 16 ++++++++++++++++
test/SemaObjC/format-strings-oslog.m | 4 ++++
9 files changed, 73 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.