This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1cefbc5593 Fix members initialization order in constructor (fails with [...]
new 03bda85557 [analyzer] Added a getLValue method to ProgramState for bases
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/ProgramState.h | 23 ++++++++++++++++++++++
1 file changed, 23 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 clang-tools-extra.
from 6ca903cb [clangd] Add clangDriver dependency after r333188
new cba0238c [clangd] Temporarily disable the test that crashes under asan.
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:
unittests/clangd/CodeCompleteTests.cpp | 3 ++-
1 file 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 binutils-gdb.
from d8dab6c3bb MIPS/Linux: Correct o32 core file FGR interpretation
new 09a5e1b570 Use TRY/CATCH in remove_prev_frame
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:
gdb/ChangeLog | 5 +++++
gdb/frame.c | 55 ++++++++++++++++++++++---------------------------------
2 files changed, 27 insertions(+), 33 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 8db628065 Fix regex in lld ppc64-ifunc test.
new 3ec2502bf Add llvm-bcanalyzer as an LLD test dependency
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/CMakeLists.txt | 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 555aa337cb [analyzer] Added template argument lists to the Pathdiagnost [...]
new 1cefbc5593 Fix members initialization order in constructor (fails with [...]
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/Sema/CodeCompleteConsumer.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 ea1c0a4ef3 Optionally add code completion results for arrow instead of dot
new 555aa337cb [analyzer] Added template argument lists to the Pathdiagnost [...]
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/PathDiagnostic.cpp | 52 +++++++++++++++++++++-
.../plist-diagnostics-template-function.cpp | 41 +++++++++++++++++
.../Analysis/plist-diagnostics-template-record.cpp | 42 +++++++++++++++++
3 files changed, 133 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/plist-diagnostics-template-function.cpp
create mode 100644 test/Analysis/plist-diagnostics-template-record.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 llvm.
from 10826be2a67 [X86][SNB] Fix differences between vex/non-vex XMM vector m [...]
new 8d113114c48 [MustExecute] Fix a debug invariant issue in isGuaranteedTo [...]
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/Analysis/MustExecute.cpp | 2 +-
test/Transforms/LICM/hoist-debuginvariant.ll | 53 ++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LICM/hoist-debuginvariant.ll
--
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 0afe843c1 ManualDWARFIndex: Fix misclassification of methods in unions
new e95a5af37 Fix 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:
source/Target/ThreadPlanStepOverBreakpoint.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 296b914eef [ASTImporter] Fix ClassTemplateSpecialization in wrong DC
new ea1c0a4ef3 Optionally add code completion results for arrow instead of dot
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/Driver/CC1Options.td | 2 +
include/clang/Sema/CodeCompleteConsumer.h | 41 +++++-
include/clang/Sema/CodeCompleteOptions.h | 6 +-
include/clang/Sema/Sema.h | 2 +-
lib/Frontend/ASTUnit.cpp | 1 +
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Parse/ParseExpr.cpp | 26 +++-
lib/Sema/CodeCompleteConsumer.cpp | 18 +++
lib/Sema/SemaCodeComplete.cpp | 202 ++++++++++++++++++------------
test/CodeCompletion/member-access.cpp | 44 +++++++
10 files changed, 251 insertions(+), 93 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 714f05ab4ec Fix ubsan errors introduced by r333263 re. left-shifting ne [...]
new 10826be2a67 [X86][SNB] Fix differences between vex/non-vex XMM vector m [...]
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/X86/X86SchedSandyBridge.td | 10 +------
test/CodeGen/X86/avx2-schedule.ll | 4 +--
test/CodeGen/X86/avx512-shuffle-schedule.ll | 32 +++++++++++-----------
.../llvm-mca/X86/SandyBridge/resources-avx1.s | 10 +++----
4 files changed, 24 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.