This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9d4478cdf25 Specify namespace for realloc
new 165fd931ac2 Revert r325224 "Report fatal error in the case of out of memory"
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/llvm/ADT/BitVector.h | 7 +++---
include/llvm/ADT/SparseMultiSet.h | 2 +-
include/llvm/ADT/SparseSet.h | 3 +--
include/llvm/Support/Allocator.h | 27 ----------------------
include/llvm/Support/ErrorHandling.h | 2 --
include/llvm/Support/OnDiskHashTable.h | 5 ++--
lib/CodeGen/InterferenceCache.cpp | 4 ++--
lib/CodeGen/LiveIntervalUnion.cpp | 2 +-
lib/CodeGen/RegisterPressure.cpp | 3 +--
lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +-
lib/Object/Object.cpp | 2 +-
lib/Support/ErrorHandling.cpp | 33 ---------------------------
lib/Support/FoldingSet.cpp | 3 +--
lib/Support/RWMutex.cpp | 3 +--
lib/Support/StringMap.cpp | 13 +++++++----
lib/Support/Unix/Signals.inc | 2 +-
lib/Support/Windows/RWMutex.inc | 4 ++--
tools/llvm-c-test/attributes.c | 3 ---
tools/llvm-c-test/echo.cpp | 3 +--
unittests/Support/AllocatorTest.cpp | 2 +-
unittests/Support/ManagedStatic.cpp | 6 ++---
21 files changed, 30 insertions(+), 101 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 ca451d02e47 Report fatal error in the case of out of memory
new 9d4478cdf25 Specify namespace for realloc
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/Support/Unix/Threading.inc | 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from b1dbcba Dry run-ify LLVMSourceConfig
new 6b1935f Move build_llvm into LLVMBuildConfig
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:
modules/llvm.py | 95 +++++++++++++++++++---------------
scripts/llvm.py | 15 +++---
tests/unittests/testbuildllvm.py | 30 +++++++++--
tests/unittests/testllvmbuildconfig.py | 21 ++++----
4 files changed, 97 insertions(+), 64 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 11d735d Remove unnecessary import. NFC
new b1dbcba Dry run-ify LLVMSourceConfig
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:
modules/llvm.py | 42 +++++++--
scripts/llvm.py | 6 +-
tests/unittests/testllvmsourceconfig.py | 150 ++++++++++++++++++++++++++------
3 files changed, 158 insertions(+), 40 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 89b2bec4e03 (NFC)[MachineCombiner] Improve debug output.
new ca451d02e47 Report fatal error in the case of out of memory
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/llvm/ADT/BitVector.h | 7 +++---
include/llvm/ADT/SparseMultiSet.h | 2 +-
include/llvm/ADT/SparseSet.h | 3 ++-
include/llvm/Support/Allocator.h | 27 ++++++++++++++++++++++
include/llvm/Support/ErrorHandling.h | 2 ++
include/llvm/Support/OnDiskHashTable.h | 5 ++--
lib/CodeGen/InterferenceCache.cpp | 4 ++--
lib/CodeGen/LiveIntervalUnion.cpp | 2 +-
lib/CodeGen/RegisterPressure.cpp | 3 ++-
lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +-
lib/Object/Object.cpp | 2 +-
lib/Support/ErrorHandling.cpp | 33 +++++++++++++++++++++++++++
lib/Support/FoldingSet.cpp | 3 ++-
lib/Support/RWMutex.cpp | 3 ++-
lib/Support/StringMap.cpp | 13 ++++-------
lib/Support/Unix/Signals.inc | 2 +-
lib/Support/Windows/RWMutex.inc | 4 ++--
tools/llvm-c-test/attributes.c | 3 +++
tools/llvm-c-test/echo.cpp | 3 ++-
unittests/Support/AllocatorTest.cpp | 2 +-
unittests/Support/ManagedStatic.cpp | 6 +++--
21 files changed, 101 insertions(+), 30 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-tools-extra.
from e674d5c1 [clang-tidy] New checker for exceptions that are created but [...]
new bc052181 [clang-tidy] Minor documentation fix
new c9cd656d [clang-tidy] Make a test pass on platforms where exceptions d [...]
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:
docs/clang-tidy/checks/bugprone-throw-keyword-missing.rst | 1 +
test/clang-tidy/bugprone-throw-keyword-missing.cpp | 2 +-
2 files changed, 2 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-tools-extra.
from f9d019da [clangd] Fix tracing now that spans lifetimes can overlap on [...]
new e674d5c1 [clang-tidy] New checker for exceptions that are created but [...]
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:
clang-tidy/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp | 52 +++++++
...rDivisionCheck.h => ThrowKeywordMissingCheck.h} | 18 +--
docs/ReleaseNotes.rst | 5 +
.../checks/bugprone-throw-keyword-missing.rst | 20 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/bugprone-throw-keyword-missing.cpp | 167 +++++++++++++++++++++
8 files changed, 258 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
copy clang-tidy/bugprone/{IntegerDivisionCheck.h => ThrowKeywordMissingCheck.h} (50%)
create mode 100644 docs/clang-tidy/checks/bugprone-throw-keyword-missing.rst
create mode 100644 test/clang-tidy/bugprone-throw-keyword-missing.cpp
--
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 7d59ecf0b3 [analyzer] Inline constructors for destroyable temporaries.
new 8d929b4e7b [clang-format] Improve ObjC headers detection
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/Format/Format.cpp | 9 +++++++--
unittests/Format/FormatTestObjC.cpp | 25 +++++++++++++++++--------
2 files changed, 24 insertions(+), 10 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-tools-extra.
from 8ec21f35 [clangd] Fix data race in ClangdThreadingTest.StressTest
new f9d019da [clangd] Fix tracing now that spans lifetimes can overlap 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:
clangd/Trace.cpp | 128 +++++++++++++++++++++++++++++++++-------
clangd/Trace.h | 7 +++
test/clangd/trace.test | 30 ++++++----
unittests/clangd/TraceTests.cpp | 4 +-
4 files changed, 133 insertions(+), 36 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 openmp.
from 51fa29f [OMPT][test] Correct warning about added wrapper functions
new 4a1407d [CMake] Add -fno-experimental-isel for testing
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:
cmake/DetectTestCompiler/CMakeLists.txt | 22 +++++++++++++++++++++-
cmake/OpenMPTesting.cmake | 3 ++-
2 files changed, 23 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.