This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c250bf82878 Fixing a typo; NFC.
new 7bf2466873c [Demangle] Attempt to fix arena memory leak
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/Demangle/MicrosoftDemangle.cpp | 4 +++-
1 file changed, 3 insertions(+), 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 66ee19cc1c [DebugInfo] Error out when enabling -fdebug-types-section on [...]
new 13a9f8e3e6 [CStringSyntaxChecker] Improvements of strlcpy check
new adb6124d50 Revert "[OPENMP] Fix PR38026: Link -latomic when -fopenmp is used."
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:
lib/Driver/ToolChains/Gnu.cpp | 6 +-----
lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp | 20 ++++++++++++++++++--
test/Analysis/cstring-syntax.c | 1 +
test/OpenMP/linking.c | 16 ++++++++--------
4 files changed, 28 insertions(+), 15 deletions(-)
--
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 llvm.
from 83862fefd9a [ARM] Use unique_ptr to fix memory leak introduced in r337701
new 7550101af9b [lit] Move the shtest-xunit-output check lines into shtest-format
new c250bf82878 Fixing a typo; NFC.
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:
tools/llvm-cxxdump/Error.cpp | 2 +-
utils/lit/tests/shtest-format.py | 88 +++++++++++++++++++++++++++++++++-
utils/lit/tests/shtest-xunit-output.py | 84 --------------------------------
3 files changed, 87 insertions(+), 87 deletions(-)
delete mode 100644 utils/lit/tests/shtest-xunit-output.py
--
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 6038d90129 [MS] Update _MSVC_LANG values for C++17 and C++2a
new 66ee19cc1c [DebugInfo] Error out when enabling -fdebug-types-section on [...]
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/Driver/ToolChains/Clang.cpp | 5 +++++
test/Driver/debug-options.c | 12 ++++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
--
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 llvm.
from 2741a66921e OpChain has subclasses, so add a virtual destructor.
new 83862fefd9a [ARM] Use unique_ptr to fix memory leak introduced in r337701
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/Target/ARM/ARMParallelDSP.cpp | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
--
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 31fe70446b [Sema] Don't emit -Wmemset-transposed-args for memset(p,0,0)
new 6038d90129 [MS] Update _MSVC_LANG values for C++17 and C++2a
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/Basic/Targets/OSTargets.h | 6 +-
test/Preprocessor/predefined-macros.c | 103 ----------------------------
test/Preprocessor/predefined-win-macros.c | 110 ++++++++++++++++++++++++++++++
3 files changed, 114 insertions(+), 105 deletions(-)
create mode 100644 test/Preprocessor/predefined-win-macros.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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from d01ced93 Revert "[clang-tidy] fix PR36489 - respect deduced pointer ty [...]
new 449483e3 [clang-tidy] fix PR36489 - respect deduced pointer types from [...]
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:
.../ProBoundsPointerArithmeticCheck.cpp | 8 +++-
...lines-pro-bounds-pointer-arithmetic-pr36489.cpp | 53 ++++++++++++++++++++++
2 files changed, 59 insertions(+), 2 deletions(-)
create mode 100644 test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic [...]
--
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 llvm.
from ad863f56576 [ARM] Follow-up to r337709.
new 2741a66921e OpChain has subclasses, so add a virtual destructor.
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/Target/ARM/ARMParallelDSP.cpp | 1 +
1 file changed, 1 insertion(+)
--
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-tools-extra.
from eb5112d6 [clang-tidy] fix PR36489 - respect deduced pointer types from [...]
new d01ced93 Revert "[clang-tidy] fix PR36489 - respect deduced pointer ty [...]
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:
...oreguidelines-pro-bounds-pointer-arithmetic.cpp | 29 +---------------------
1 file changed, 1 insertion(+), 28 deletions(-)
--
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 llvm.
from 524f8982b85 [ARM] Add doFinalization() to ARMCodeGenPrepare pass.
new ad863f56576 [ARM] Follow-up to r337709.
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/Target/ARM/ARMCodeGenPrepare.cpp | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.