This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 6e089f8b1 Fix PR38160 - init_priority attribute not supported by GCC on Apple.
new ffbb91bb6 Address "always inline function is not always inlinable" warn [...]
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/string | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 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 d564b220e7 [analyzer] Fix size_t in tests.
new e9dc5a4b17 [Driver] Add -fno-digraphs
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/Options.td | 4 ++++
lib/Driver/ToolChains/Clang.cpp | 1 +
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/Lexer/digraph.c | 23 +++++++++++++++++++++--
4 files changed, 28 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 clang.
from cfb8e36efb [CFG] [analyzer] Allow elidable copies to have more than one [...]
new d564b220e7 [analyzer] Fix size_t in tests.
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/Analysis/pr37802.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 llvm.
from 40b80a4e12e [llvm-mca][docs] Add notes about cycle and resource callbac [...]
new d13c7c50a3c [testcases] move testcases to right place - NFC
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/Transforms/{InstCombine => InstSimplify}/sdiv.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename test/Transforms/{InstCombine => InstSimplify}/sdiv.ll (96%)
--
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 bf89e7dc6e [analyzer] pr37802: Fix symbolic-pointer-to-boolean casts du [...]
new cfb8e36efb [CFG] [analyzer] Allow elidable copies to have more than one [...]
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/CFG.cpp | 1 -
test/Analysis/cfg-rich-constructors.cpp | 23 +++++++++++++++++++++++
2 files changed, 23 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 7ba8004975 [analyzer] Assert that nonloc::SymbolVal always wraps a non- [...]
new bf89e7dc6e [analyzer] pr37802: Fix symbolic-pointer-to-boolean casts du [...]
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/SimpleSValBuilder.cpp | 3 +-
test/Analysis/casts.cpp | 6 ++
test/Analysis/pr37802.cpp | 106 ++++++++++++++++++++++++++
3 files changed, 114 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/pr37802.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 bd8c87930b Restructure checking for, and warning on, lifetime extension.
new 7ba8004975 [analyzer] Assert that nonloc::SymbolVal always wraps a non- [...]
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/Core/PathSensitive/SVals.h | 7 +++++--
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 +-
2 files changed, 6 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 3ad62f50a0 [analyzer] Make checkEndFunction() give access to the return [...]
new bd8c87930b Restructure checking for, and warning on, lifetime extension.
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/Basic/DiagnosticGroups.td | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 40 ++-
include/clang/Sema/Initialization.h | 34 +-
include/clang/Sema/Sema.h | 5 +
lib/Sema/SemaDeclCXX.cpp | 7 +-
lib/Sema/SemaExprCXX.cpp | 7 -
lib/Sema/SemaInit.cpp | 370 +++++++++++++++------
test/Analysis/initializer.cpp | 23 --
test/CXX/drs/dr16xx.cpp | 94 ++++++
test/CXX/drs/dr18xx.cpp | 11 +
test/CXX/special/class.copy/p11.0x.copy.cpp | 13 +-
test/CXX/special/class.copy/p11.0x.move.cpp | 2 +-
test/CXX/special/class.ctor/p5-0x.cpp | 6 +-
test/CXX/temp/temp.param/p5.cpp | 12 +-
.../cxx0x-initializer-stdinitializerlist.cpp | 30 --
test/CodeGenCXX/temporaries.cpp | 27 --
test/SemaCXX/constant-expression-cxx11.cpp | 9 +-
test/SemaCXX/constexpr-default-arg.cpp | 4 +-
.../cxx0x-initializer-stdinitializerlist.cpp | 9 +-
test/SemaCXX/eval-crashes.cpp | 6 +-
test/SemaCXX/member-init.cpp | 3 +-
test/SemaCXX/warn-dangling-field.cpp | 6 +-
www/cxx_dr_status.html | 4 +-
23 files changed, 483 insertions(+), 240 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 gcc.
from 4703a524a86 gcc/testsuite/ChangeLog:
new f3f39006f96 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 1d242a3178e 2018-07-16 Fritz Reese <fritzoreese(a)gmail.com>
new b50d76fead0 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.