[PATCH] D10725: Improve testing for the C API
Jakob Bornecrantz via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 16 10:01:05 PST 2016
Wallbraker added a subscriber: Wallbraker.
Wallbraker added a comment.
Adding another pair of eyes to this review, spotted one thing, looks good otherwise.
(That said this is my first review of LLVM code).
================
Comment at: include/llvm-c/Core.h:1203
@@ -1202,3 +1202,3 @@
/**
- * Determine whether the specified constant instance is constant.
+ * Determine whether the specified value instance is constant.
*/
----------------
This change seems completely unrelated.
http://reviews.llvm.org/D10725
More information about the llvm-commits
mailing list