This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be30018 [libFuzzer] one more trophy new b1cfc87 [C API] Fix several null pointer dereferences. new 18c0ee2 [OCaml] Adapt to the new attribute C API. new 421c744 llvm-strings: ensure that the last string is correctly printed
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: bindings/ocaml/llvm/llvm.ml | 207 +++++++++++++--------------- bindings/ocaml/llvm/llvm.mli | 137 +++++++++--------- bindings/ocaml/llvm/llvm_ocaml.c | 161 +++++++++++++++------- docs/ReleaseNotes.rst | 3 +- lib/IR/Core.cpp | 8 ++ test/Bindings/OCaml/core.ml | 90 +++++++++--- test/tools/llvm-strings/terminator-neg.test | 2 + test/tools/llvm-strings/terminator.test | 2 + tools/llvm-strings/llvm-strings.cpp | 6 +- 9 files changed, 371 insertions(+), 245 deletions(-) create mode 100644 test/tools/llvm-strings/terminator-neg.test create mode 100644 test/tools/llvm-strings/terminator.test