[PATCH] D10725: Improve testing for the C API

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 04:16:40 PST 2016


deadalnix updated this revision to Diff 44735.
deadalnix added a comment.

- Rebase
- Use nullptr
- Braceless one line ifs
- Added comments on top to explain what this does and why.
- Change clone_instruction into clone_value as this is what it does.
- Rework various comments.


http://reviews.llvm.org/D10725

Files:
  include/llvm-c/Core.h
  test/Bindings/llvm-c/echo.ll
  tools/llvm-c-test/CMakeLists.txt
  tools/llvm-c-test/calc.c
  tools/llvm-c-test/echo.cpp
  tools/llvm-c-test/llvm-c-test.h
  tools/llvm-c-test/main.c
  tools/llvm-c-test/metadata.c
  tools/llvm-c-test/module.c
  tools/llvm-c-test/object.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10725.44735.patch
Type: text/x-patch
Size: 18444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160113/22ad8c75/attachment.bin>


More information about the llvm-commits mailing list