This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eb2c1eb Resubmit "Update llvm command line parser to support subcommands."
new d378d97 [llvm-cov] Use relative paths to file reports in -output-dir mode
new c6364a5 [LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPOR [...]
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:
cmake/modules/LLVMConfig.cmake.in | 2 +-
test/tools/llvm-cov/double_dots.c | 6 ++++++
tools/llvm-cov/SourceCoverageView.cpp | 10 +++++++---
tools/llvm-cov/SourceCoverageView.h | 6 ++++--
4 files changed, 18 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.
from 24d543b P0305R1: Parsing support for init-statements in 'if' and 'swi [...]
new 4e19e51 [cmake] Instead of just copying ClangConfig.cmake, configure [...]
new f6b8f1c [ClangConfig] Follow LLVM's example and only install Clang{Co [...]
new fc0ee61 [ClangConfig] Instead of hard coding the ClangTargets locatio [...]
new c07f196 [ClangConfig] Unset some variables after we are done using th [...]
new 5a588f1 [ClangConfig] Store all of the targets exported in the variab [...]
The 5 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/CMakeLists.txt | 49 ++++++++++++++++------
.../{ClangConfig.cmake => ClangConfig.cmake.in} | 7 +++-
2 files changed, 43 insertions(+), 13 deletions(-)
rename cmake/modules/{ClangConfig.cmake => ClangConfig.cmake.in} (69%)
--
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 zorg.
from 0c859ac Revert r274008 "[modules] We don't need to prebuild intrinsic [...]
new 82033f6 Update stage1 clang revision on sanitizer-xxx-fast bot and fi [...]
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:
zorg/buildbot/builders/sanitizers/buildbot_fast.sh | 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 compiler-rt.
from c9bc2ab [compiler-rt] Fix passing debug information to unittest.
new 277ecbf [compiler-rt] Fix the Asan unittest on Windows
new 5981c62 [compiler-rt] Fix Sanitizer-common Unittests on win64
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/asan/CMakeLists.txt | 2 +-
lib/sanitizer_common/tests/sanitizer_printf_test.cc | 6 +++---
lib/sanitizer_common/tests/sanitizer_test_main.cc | 4 ++++
3 files changed, 8 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 llvm.
from a872e23 Revert r273313 "[NVPTX] Improve lowering of byval args of dev [...]
new eb2c1eb Resubmit "Update llvm command line parser to support subcommands."
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/CommandLine.h | 87 +++++-
lib/Support/CommandLine.cpp | 481 +++++++++++++++++++++++++++-------
unittests/Support/CommandLineTest.cpp | 216 ++++++++++++++-
unittests/Support/ProgramTest.cpp | 4 +-
4 files changed, 680 insertions(+), 108 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 21ae2c7 [ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/$ [...]
new 24d543b P0305R1: Parsing support for init-statements in 'if' and 'swi [...]
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/DiagnosticSemaKinds.td | 3 +
include/clang/Parse/Parser.h | 23 +++--
include/clang/Sema/DeclSpec.h | 6 ++
include/clang/Sema/Sema.h | 2 +
lib/Parse/ParseDecl.cpp | 3 +-
lib/Parse/ParseExprCXX.cpp | 35 ++++++-
lib/Parse/ParseStmt.cpp | 28 ++++--
lib/Parse/ParseTentative.cpp | 145 ++++++++++++++++++++++-------
lib/Sema/SemaStmt.cpp | 13 ++-
lib/Sema/SemaType.cpp | 4 +
lib/Sema/TreeTransform.h | 5 +-
test/Parser/cxx1z-init-statement.cpp | 47 ++++++++++
test/Parser/extra-semi.cpp | 1 -
13 files changed, 254 insertions(+), 61 deletions(-)
create mode 100644 test/Parser/cxx1z-init-statement.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 zorg.
from c888df5 [modules] We don't need to prebuild intrinsics_gen. The fake [...]
new 0c859ac Revert r274008 "[modules] We don't need to prebuild intrinsic [...]
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:
buildbot/osuosl/master/config/builders.py | 2 ++
zorg/buildbot/builders/ClangBuilder.py | 18 +++++++++++++++++-
2 files changed, 19 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 f195b05 [ClangConfig] Replace paths with the same value as CLANG_INST [...]
new 5a3aa23 Switch to an RAII object to revert tentative parsing automatically.
new 9e03e89 Convert another case over to RevertingTentativeParsingAction.
new 21ae2c7 [ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/$ [...]
The 3 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/CMakeLists.txt | 2 +-
include/clang/Parse/Parser.h | 10 ++++++++++
lib/Parse/ParseTentative.cpp | 41 ++++++++++++-----------------------------
3 files changed, 23 insertions(+), 30 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 lldb.
from 1f495cc Validate the option index before trying to access an array el [...]
new 4d2911c Add NSTaggedPointerString to the table of data formatters
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/Plugins/Language/ObjC/ObjCLanguage.cpp | 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 6a40504 StackColoring for SafeStack.
new a872e23 Revert r273313 "[NVPTX] Improve lowering of byval args of dev [...]
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/NVPTX/NVPTXISelDAGToDAG.cpp | 52 ------------------------------
lib/Target/NVPTX/NVPTXISelLowering.cpp | 18 ++++++-----
lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp | 24 +++-----------
test/CodeGen/NVPTX/bug21465.ll | 2 +-
test/CodeGen/NVPTX/lower-kernel-ptr-arg.ll | 32 ++++--------------
5 files changed, 23 insertions(+), 105 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.