This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6a1180062b [analyzer] MoveChecker: Restrict to locals and std:: objects.
new f339471b75 Relax tests to also work on Windows
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:
test/CodeGen/debug-prefix-map.c | 10 ++++++----
test/Modules/module-debuginfo-prefix.m | 4 +++-
2 files changed, 9 insertions(+), 5 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 869ef1f57d NFC: Add .vscode to .gitignore
new 6a1180062b [analyzer] MoveChecker: Restrict to locals and std:: objects.
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/StaticAnalyzer/Checkers/MoveChecker.cpp | 78 ++++++++++++++++++---
test/Analysis/use-after-move.cpp | 101 +++++++++++++++++++++++-----
2 files changed, 154 insertions(+), 25 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 a0c4e6d992 [analyzer] MoveChecker: NFC: Remove the workaround for the " [...]
new 869ef1f57d NFC: Add .vscode to .gitignore
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:
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
--
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 dd37dd65215 BumpPtrAllocator: Add a couple of convenient wrappers aroun [...]
new ba966673f59 Adapt gcov to changes in CFE.
new f00f55a81f3 [CodeExtractor] Split PHI nodes with incoming values from o [...]
new 5e43cc22a9f [Hexagon] Switch to auto-generated intrinsic definitions an [...]
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:
include/llvm/IR/IntrinsicsHexagon.td | 14973 +++++++------------
include/llvm/Transforms/Utils/CodeExtractor.h | 4 +-
lib/Target/Hexagon/Hexagon.td | 2 -
lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td | 3307 ++++
lib/Target/Hexagon/HexagonIntrinsics.td | 1537 +-
lib/Transforms/Instrumentation/GCOVProfiling.cpp | 22 +-
lib/Transforms/Utils/CodeExtractor.cpp | 139 +-
test/CodeGen/Hexagon/multi-cycle.ll | 4 +-
.../HotColdSplit/duplicate-phi-preds-crash.ll | 4 +-
unittests/Transforms/Utils/CodeExtractorTest.cpp | 102 +-
10 files changed, 8945 insertions(+), 11149 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td
--
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 781fcf1197 [analyzer] Rename MisusedMovedObjectChecker to MoveChecker
new a0c4e6d992 [analyzer] MoveChecker: NFC: Remove the workaround for the " [...]
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/StaticAnalyzer/Checkers/MoveChecker.cpp | 51 ++++-------------------------
test/Analysis/use-after-move.cpp | 12 +++++++
2 files changed, 19 insertions(+), 44 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 lldb.
from 559b06031 Skip TestDriverOptions on Windows
new fe025b976 [FileSystem] Migrate MonitoringProcessLauncher
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:
source/Host/common/MonitoringProcessLauncher.cpp | 15 +++++----------
1 file changed, 5 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 lld.
from bf9dbed62 Show a proper error message if output file is too large.
new 7b1fee18b [WebAssembly] Don't set a maximum size when importing the table
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:
test/wasm/import-table.test | 2 --
test/wasm/shared.ll | 2 --
wasm/Writer.cpp | 2 +-
3 files changed, 1 insertion(+), 5 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 8226258a9e [analyzer] Dump stable identifiers for objects under construction.
new 781fcf1197 [analyzer] Rename MisusedMovedObjectChecker to MoveChecker
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/StaticAnalyzer/Checkers/Checkers.td | 5 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 2 +-
...susedMovedObjectChecker.cpp => MoveChecker.cpp} | 57 ++++++++++------------
.../{MisusedMovedObject.cpp => use-after-move.cpp} | 8 ++-
4 files changed, 34 insertions(+), 38 deletions(-)
rename lib/StaticAnalyzer/Checkers/{MisusedMovedObjectChecker.cpp => MoveChecker.c [...]
rename test/Analysis/{MisusedMovedObject.cpp => use-after-move.cpp} (97%)
--
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 86a55360 Fix compilation failure on Windows.
new 22b09bd4 [Documentation] Fix formatting and wrap up to 80 characters i [...]
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:
.../checks/readability-uppercase-literal-suffix.rst | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.