This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bcbed8b Implement DR1265 (wg21.link/cwg1265).
new 0acac5f Another fix for r291850 because there are apparently targets [...]
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/Driver/disable-llvm.c | 8 ++++----
1 file changed, 4 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 7ffcc43 Add a necessary newline for diagnose_if documentation.
new bcbed8b Implement DR1265 (wg21.link/cwg1265).
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/AST/Type.h | 5 +
include/clang/Basic/DiagnosticSemaKinds.td | 4 +
lib/AST/Type.cpp | 45 ++++++---
lib/Sema/SemaDecl.cpp | 111 +++++++++++----------
.../dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p7.cpp | 35 +++++--
test/CXX/drs/dr12xx.cpp | 20 +++-
test/CXX/drs/dr13xx.cpp | 19 ++++
www/cxx_dr_status.html | 4 +-
8 files changed, 165 insertions(+), 78 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 ad2389c [Sema] Restrict explicit instantation definition dllexport
new 7ffcc43 Add a necessary newline for diagnose_if documentation.
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/AttrDocs.td | 1 +
1 file changed, 1 insertion(+)
--
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 7289565 Revert r291503, "Lift the 10-type limit for AlignedCharArrayU [...]
new a2090aa ProfileSummaryInfo improvements.
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/Analysis/ProfileSummaryInfo.h | 8 ++
lib/Analysis/ProfileSummaryInfo.cpp | 53 +++++++-
unittests/Analysis/CMakeLists.txt | 1 +
unittests/Analysis/ProfileSummaryInfoTest.cpp | 173 ++++++++++++++++++++++++++
4 files changed, 230 insertions(+), 5 deletions(-)
create mode 100644 unittests/Analysis/ProfileSummaryInfoTest.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 531b208 [DOXYGEN] Documentation for the newly added x86 intrinsics.
new ad2389c [Sema] Restrict explicit instantation definition dllexport
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/Sema/SemaTemplate.cpp | 6 ++++--
test/CodeGenCXX/dllexport.cpp | 20 +++++++++++++++++---
2 files changed, 21 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 llvm.
from 4a9353b [PowerPC] Fix some Clang-tidy modernize and Include What You [...]
new 7289565 Revert r291503, "Lift the 10-type limit for AlignedCharArrayU [...]
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/Support/AlignOf.h | 54 ++++++++++++++++++++++-----------------
unittests/Support/AlignOfTest.cpp | 18 -------------
2 files changed, 31 insertions(+), 41 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 71e0414 Update C++ status pages for Clang 4 branch:
new fca7525 Temporarily revert the test change in 291870, which is broken [...]
new 531b208 [DOXYGEN] Documentation for the newly added x86 intrinsics.
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:
lib/Headers/avxintrin.h | 30 ++++++++++++++++++++++++++++++
lib/Headers/emmintrin.h | 26 ++++++++++++++++++++++++--
lib/Headers/mmintrin.h | 2 +-
lib/Headers/pmmintrin.h | 4 ++--
lib/Headers/xmmintrin.h | 14 +++++++-------
test/CodeGen/thinlto_backend.ll | 4 ----
6 files changed, 64 insertions(+), 16 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 486f40b Fix buildbots.
new 4a9353b [PowerPC] Fix some Clang-tidy modernize and Include What You [...]
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:
.../PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp | 32 +-
.../PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 34 +-
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h | 9 +-
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 86 +++--
lib/Target/PowerPC/PPCISelLowering.cpp | 345 ++++++++++++++-------
lib/Target/PowerPC/PPCISelLowering.h | 62 ++--
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 6 +-
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp | 5 +-
lib/Target/PowerPC/PPCMachineFunctionInfo.h | 73 ++---
lib/Target/PowerPC/PPCTargetMachine.cpp | 36 ++-
10 files changed, 433 insertions(+), 255 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 4a7f5b5 Improve handling of instantiated thread_local variables in It [...]
new 434e02b [analyzer] Fix false positives in Keychain API checker
new 7bb9c80 [analyzer] Support inlining of '[self classMethod]' and '[[se [...]
new 5387b9a [tsan] Do not report errors in __destroy_helper_block_
new 85570ac [analyzer] Add LocationContext as a parameter to checkRegionChanges
new 4a54b1e Pass -fprofile-sample-use to lto backends.
new 71e0414 Update C++ status pages for Clang 4 branch:
The 6 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/Checker.h | 6 +-
include/clang/StaticAnalyzer/Core/CheckerManager.h | 10 +-
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 +-
.../Core/PathSensitive/ProgramState.h | 9 +-
.../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 8 +-
lib/CodeGen/BackendUtil.cpp | 7 +-
lib/CodeGen/CodeGenFunction.cpp | 14 +-
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 10 +-
.../Checkers/CXXSelfAssignmentChecker.cpp | 4 +-
.../Checkers/CheckerDocumentation.cpp | 14 +-
.../Checkers/MacOSKeychainAPIChecker.cpp | 172 +++++++++++----------
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +-
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 12 +-
lib/StaticAnalyzer/Core/CallEvent.cpp | 62 +++++++-
lib/StaticAnalyzer/Core/CheckerManager.cpp | 12 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 22 +--
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 7 +-
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 6 +-
lib/StaticAnalyzer/Core/ExprEngineObjC.cpp | 4 +-
lib/StaticAnalyzer/Core/ProgramState.cpp | 15 +-
test/Analysis/inlining/InlineObjCClassMethod.m | 77 ++++++++-
test/Analysis/keychainAPI.m | 62 ++++++--
test/CXX/drs/dr0xx.cpp | 2 +-
test/CXX/drs/dr12xx.cpp | 4 +-
test/CXX/drs/dr13xx.cpp | 4 +-
test/CXX/drs/dr14xx.cpp | 2 +-
test/CXX/drs/dr15xx.cpp | 4 +-
test/CXX/drs/dr16xx.cpp | 2 +-
test/CXX/drs/dr18xx.cpp | 2 +-
test/CXX/drs/dr2xx.cpp | 2 +-
test/CXX/drs/dr5xx.cpp | 2 +-
test/CXX/drs/dr6xx.cpp | 2 +-
.../sanitize-thread-no-checking-at-run-time.m | 15 +-
test/CodeGen/thinlto_backend.ll | 4 +
www/cxx_dr_status.html | 26 ++--
www/cxx_status.html | 28 ++--
www/make_cxx_dr_status | 7 +-
37 files changed, 430 insertions(+), 216 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 51b99dc Fix two test cases I missed updating in r291850. Sorry for th [...]
new 4a7f5b5 Improve handling of instantiated thread_local variables in It [...]
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/CodeGen/CGDeclCXX.cpp | 3 -
lib/CodeGen/ItaniumCXXABI.cpp | 42 ++++++---
test/CodeGenCXX/cxx11-thread-local.cpp | 167 ++++++++++++++++++++++++++-------
test/OpenMP/threadprivate_codegen.cpp | 14 +--
4 files changed, 172 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.