This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 400a9bf [analyzer] Minor optimization: avoid setting state if unchanged
new e7feaec [analyzer] Rename assumeWithinInclusiveRange*()
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:
.../Core/PathSensitive/ConstraintManager.h | 35 +++++------
.../Core/PathSensitive/ProgramState.h | 71 +++++++++++-----------
.../Checkers/StdLibraryFunctionsChecker.cpp | 8 +--
lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +-
.../Core/SimpleConstraintManager.cpp | 4 +-
lib/StaticAnalyzer/Core/SimpleConstraintManager.h | 2 +-
6 files changed, 60 insertions(+), 62 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 compiler-rt.
from 7dce7f6 [cfi] Mark tests as xfailing on Darwin
new d747c82 [asan] Fixup to r286608 that makes the test pass on iOS.
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/asan/TestCases/exitcode.cc | 4 ++++
1 file changed, 4 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 lldb.
from 978607a Fix some more Printf warnings.
new 590accb Change the kernel searching code to not go through the 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:
.../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 54 +++++++++++++++-------
1 file changed, 37 insertions(+), 17 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 release_39
in repository clang.
from 564f991 Merging r281286: -------------------------------------------- [...]
new 28ec050 Merging r281287: -------------------------------------------- [...]
new 787744f Merging r282989: -------------------------------------------- [...]
new 4ea59c2 Merging rr285370: ------------------------------------------- [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 +-
lib/Sema/SemaCXXScopeSpec.cpp | 2 +-
test/SemaCXX/cxx0x-defaulted-functions.cpp | 35 ++++++++++++++++++++++++++++++
test/SemaCXX/nested-name-spec.cpp | 18 +++++++++++++++
tools/libclang/CIndex.cpp | 5 +++--
5 files changed, 58 insertions(+), 4 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 bb96592 [analyzer] Fix crash in NullabilityChecker calling block with [...]
new 400a9bf [analyzer] Minor optimization: avoid setting state if unchanged
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/Core/RangeConstraintManager.cpp | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 648ba5f Fix -Wswitch.
new b07cdea Improve DWARF parsing speed by improving DWARFAbbreviationDec [...]
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:
.../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 74 +++++++++++++-
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 5 +-
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 1 +
.../DWARF/DWARFAbbreviationDeclaration.cpp | 109 ++++++++++++++++++++-
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 56 +++++------
lib/DebugInfo/DWARF/DWARFUnit.cpp | 3 +-
tools/dsymutil/DwarfLinker.cpp | 15 +--
7 files changed, 215 insertions(+), 48 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 c97a502 Fix heap-use-after-free coff::createPDB
new 8b491a9 Identify object files compiled with cl.exe /GL.
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:
COFF/Driver.cpp | 3 +++
test/COFF/Inputs/cl-gl.obj | Bin 0 -> 3734 bytes
test/COFF/cl-gl.test | 4 ++++
3 files changed, 7 insertions(+)
create mode 100755 test/COFF/Inputs/cl-gl.obj
create mode 100644 test/COFF/cl-gl.test
--
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 2c34688 [ORC] Temporarily disable RPCUtils unit test.
new baf920c Add a file magic for CL.exe's object file created with /GL.
new 648ba5f Fix -Wswitch.
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:
include/llvm/Support/COFF.h | 5 +++++
include/llvm/Support/FileSystem.h | 1 +
lib/Object/Binary.cpp | 1 +
lib/Object/ObjectFile.cpp | 1 +
lib/Object/SymbolicFile.cpp | 1 +
lib/Support/Path.cpp | 18 +++++++-----------
6 files changed, 16 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 llvm.
from f32cff3 AMDGPU: Set hasExtraSrcRegAllocReq on v_div_scale_*
new fe23a5c llvm-strings: support the `-n` option
new 2c34688 [ORC] Temporarily disable RPCUtils unit test.
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:
test/tools/llvm-strings/length.test | 24 ++
tools/llvm-strings/llvm-strings.cpp | 16 +-
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 305 +++++++++++++------------
3 files changed, 190 insertions(+), 155 deletions(-)
create mode 100644 test/tools/llvm-strings/length.test
--
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 0ed0792 Fix TestMiniDumpNew.py test for Python 2/3 issue
new a0b6f09 Fix some more StringRef printf warnings.
new 978607a Fix some more Printf warnings.
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:
source/Commands/CommandObjectPlatform.cpp | 2 +-
source/Commands/CommandObjectThread.cpp | 2 +-
source/Interpreter/CommandAlias.cpp | 5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.