[PATCH] D61568: [llvm-c] Make LLVMGetStringErrorTypeId a proper prototype
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 5 23:42:06 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL360012: [llvm-c] Make LLVMGetStringErrorTypeId a proper prototype (authored by andersg, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61568?vs=198177&id=198224#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61568/new/
https://reviews.llvm.org/D61568
Files:
llvm/trunk/include/llvm-c/Error.h
Index: llvm/trunk/include/llvm-c/Error.h
===================================================================
--- llvm/trunk/include/llvm-c/Error.h
+++ llvm/trunk/include/llvm-c/Error.h
@@ -60,7 +60,7 @@
/**
* Returns the type id for llvm StringError.
*/
-LLVMErrorTypeId LLVMGetStringErrorTypeId();
+LLVMErrorTypeId LLVMGetStringErrorTypeId(void);
#ifdef __cplusplus
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61568.198224.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/9b5415a8/attachment.bin>
More information about the llvm-commits
mailing list