[llvm] r175203 - s/bool/LLVMBool/
Bill Wendling
isanbard at gmail.com
Thu Feb 14 11:39:15 PST 2013
Author: void
Date: Thu Feb 14 13:39:14 2013
New Revision: 175203
URL: http://llvm.org/viewvc/llvm-project?rev=175203&view=rev
Log:
s/bool/LLVMBool/
Modified:
llvm/trunk/include/llvm-c/Core.h
Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=175203&r1=175202&r2=175203&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Thu Feb 14 13:39:14 2013
@@ -2551,7 +2551,7 @@ LLVMBool LLVMCreateMemoryBufferWithSTDIN
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData,
size_t InputDataLength,
const char *BufferName,
- bool RequiresNullTerminator);
+ LLVMBool RequiresNullTerminator);
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData,
size_t InputDataLength,
const char *BufferName);
More information about the llvm-commits
mailing list