This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1017ed7998 [ADT] Add makeArrayRef(std::array<>) template specialization new d439eb9f249 [Remarks] Add comparison operators to the Remark object new fb3e023000c gn build: Merge r371134
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/llvm/Remarks/Remark.h | 30 +++++++++ unittests/Remarks/CMakeLists.txt | 1 + unittests/Remarks/RemarksAPITest.cpp | 77 ++++++++++++++++++++++ utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn | 1 + 4 files changed, 109 insertions(+) create mode 100644 unittests/Remarks/RemarksAPITest.cpp