This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5d7c8961da2 [ValueTracking] Enabling ValueTracking patch by default (re [...]
new fc65759fdfe [CMake][LLVM] Remove duplicated library mask. Broken clang [...]
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:
cmake/modules/LLVM-Config.cmake | 9 +++------
1 file changed, 3 insertions(+), 6 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-tools-extra.
from 2e28381c [clang-tidy] Updated docs and release notes for r310584
new acf1fb9d [clang-tidy] Add integer division check
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:
clang-tidy/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/IntegerDivisionCheck.cpp | 57 +++++++++
...usMemsetUsageCheck.h => IntegerDivisionCheck.h} | 17 +--
docs/ReleaseNotes.rst | 6 +
.../checks/bugprone-integer-division.rst | 39 +++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/bugprone-integer-division.cpp | 130 +++++++++++++++++++++
8 files changed, 246 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/bugprone/IntegerDivisionCheck.cpp
copy clang-tidy/bugprone/{SuspiciousMemsetUsageCheck.h => IntegerDivisionCheck.h} (53%)
create mode 100644 docs/clang-tidy/checks/bugprone-integer-division.rst
create mode 100644 test/clang-tidy/bugprone-integer-division.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 gcc.
from a3b89816e94 2017-08-10 Fritz Reese <fritzoreese(a)gmail.com>
new 3fe34694f09 C/C++: show pertinent open token when missing a close token
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/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 17 +-
gcc/c-family/c-common.h | 3 +-
gcc/c/ChangeLog | 84 +++
gcc/c/c-parser.c | 644 ++++++++++------
gcc/c/c-parser.h | 8 +-
gcc/cp/ChangeLog | 111 +++
gcc/cp/parser.c | 811 +++++++++++++--------
gcc/testsuite/ChangeLog | 12 +
gcc/testsuite/c-c++-common/missing-close-symbol.c | 33 +
gcc/testsuite/c-c++-common/missing-symbol.c | 50 ++
.../g++.dg/diagnostic/unclosed-extern-c.C | 3 +
.../g++.dg/diagnostic/unclosed-function.C | 3 +
.../g++.dg/diagnostic/unclosed-namespace.C | 2 +
gcc/testsuite/g++.dg/diagnostic/unclosed-struct.C | 3 +
gcc/testsuite/g++.dg/parse/pragma2.C | 4 +-
gcc/testsuite/gcc.dg/unclosed-init.c | 3 +
17 files changed, 1279 insertions(+), 518 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/missing-close-symbol.c
create mode 100644 gcc/testsuite/c-c++-common/missing-symbol.c
create mode 100644 gcc/testsuite/g++.dg/diagnostic/unclosed-extern-c.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/unclosed-function.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/unclosed-namespace.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/unclosed-struct.C
create mode 100644 gcc/testsuite/gcc.dg/unclosed-init.c
--
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 5f5d782f4 [asan] Refactor thread creation bookkeeping
new 5ea17034a [compiler-rt][ARM] Fix filtering of ARM 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:
lib/builtins/CMakeLists.txt | 8 ++++++--
1 file changed, 6 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 binutils-gdb.
from ca6f2be7f6 Add support for PE startup files that want to define their o [...]
new e7c9de2678 Allow gdb::unique_xmalloc_ptr<T[]>
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 | 4 ++++
gdb/common/gdb_unique_ptr.h | 7 +++++++
2 files changed, 11 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 gcc.
from 63256634cd4 2017-08-10 Fritz Reese <Reese-Fritz(a)zai.com>
new a3b89816e94 2017-08-10 Fritz Reese <fritzoreese(a)gmail.com>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/options.c | 12 +++++++-----
2 files changed, 12 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 clang-tools-extra.
from ff0d2369 [clang-tidy] Add a test.
new 2e28381c [clang-tidy] Updated docs and release notes for r310584
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:
docs/ReleaseNotes.rst | 11 +++++++----
docs/clang-tidy/checks/modernize-use-emplace.rst | 12 ++++++++++++
2 files changed, 19 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 gcc.
from 8ef2cf7635a 2017-08-10 Fritz Reese <Reese-Fritz(a)zai.com>
new 63256634cd4 2017-08-10 Fritz Reese <Reese-Fritz(a)zai.com>
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/fortran/ChangeLog | 7 ++++++-
gcc/fortran/options.c | 14 +++++++++-----
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/gfortran.dg/dec_d_lines_1.f | 9 +++++++++
gcc/testsuite/gfortran.dg/dec_d_lines_2.f | 8 ++++++++
5 files changed, 38 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_d_lines_1.f
create mode 100644 gcc/testsuite/gfortran.dg/dec_d_lines_2.f
--
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 27c5c7a0 [clang-tidy] Enable test for http://llvm.org/PR26228
new ff0d2369 [clang-tidy] Add a test.
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/clang-tidy/ReadabilityModuleTest.cpp | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.