This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from eb8ff51970 [analyzer] Put llvm.Conventions back in alpha
new d34f3cce52 [OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack [...]
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/CGOpenMPRuntimeNVPTX.cpp | 29 +++++++++++-----------
.../declare_target_codegen_globalization.cpp | 8 +++---
test/OpenMP/nvptx_target_codegen.cpp | 2 +-
3 files changed, 20 insertions(+), 19 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 f0d9f1d0c7 [analyzer][NFC] Collect all -analyzer-config options in a .def file
new 55d5626ea8 [analyzer] New flag to print all -analyzer-config options
new eb8ff51970 [analyzer] Put llvm.Conventions back in alpha
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/clang/Driver/CC1Options.td | 3 +
include/clang/StaticAnalyzer/Checkers/Checkers.td | 3 +-
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 1 +
.../StaticAnalyzer/Frontend/FrontendActions.h | 1 +
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/FrontendTool/ExecuteCompilerInvocation.cpp | 8 +
.../Checkers/LLVMConventionsChecker.cpp | 3 +-
.../Frontend/CheckerRegistration.cpp | 72 +++++++
test/Analysis/Inputs/system-header-simulator-cxx.h | 43 ++++
test/Analysis/analyzer-list-configs.c | 33 +++
test/Analysis/diagnostics/explicit-suppression.cpp | 2 +-
test/Analysis/inner-pointer.cpp | 40 +---
test/Analysis/llvm-conventions.cpp | 226 +++++++++++++++++++++
test/Analysis/temporaries.cpp | 2 +-
www/analyzer/alpha_checks.html | 26 +++
15 files changed, 422 insertions(+), 42 deletions(-)
create mode 100644 test/Analysis/analyzer-list-configs.c
create mode 100644 test/Analysis/llvm-conventions.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 b7577abc110 [Hexagon] Do not reduce load size for globals in small-data
new 1b82386f5eb [NFC] Remove some extra characters from docs/LangRef.rst
new 6709348e9f6 [ValueTracking] allow non-canonical shuffles when computing [...]
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:
docs/LangRef.rst | 6 +++---
lib/Analysis/ValueTracking.cpp | 18 ++++++++++--------
unittests/Analysis/ValueTrackingTest.cpp | 20 ++++++++++++++++++++
3 files changed, 33 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 clang.
from 0fd5745a9a [OPENMP]Change the mapping type for lambda captures.
new 73bb3f29cb [analyzer][NFC] Fix some incorrect uses of -analyzer-config options
new f0d9f1d0c7 [analyzer][NFC] Collect all -analyzer-config options in a .def file
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 467 ++++++++++++++++++++
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 469 ++-------------------
.../Checkers/AllocationDiagnostics.cpp | 24 --
.../Checkers/AllocationDiagnostics.h | 31 --
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 -
.../Checkers/LocalizationChecker.cpp | 3 +-
.../RetainCountChecker/RetainCountChecker.cpp | 9 +-
.../RetainCountChecker/RetainCountChecker.h | 18 +-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 410 ++++--------------
lib/StaticAnalyzer/Core/CoreEngine.cpp | 12 +-
lib/StaticAnalyzer/Core/RegionStore.cpp | 2 +-
lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 2 +-
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/analyzer-config.cpp | 3 +-
test/Analysis/cstring-plist.c | 5 +-
test/Analysis/localization-aggressive.m | 6 +-
16 files changed, 629 insertions(+), 836 deletions(-)
create mode 100644 include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
delete mode 100644 lib/StaticAnalyzer/Checkers/AllocationDiagnostics.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from 18bb31f5fb Automatic date update in version.in
adds 360cb14d50 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.