diff options
author | Harlan Haskins <harlan@harlanhaskins.cm> | 2017-11-04 20:31:20 +0000 |
---|---|---|
committer | Harlan Haskins <harlan@harlanhaskins.cm> | 2017-11-04 20:31:20 +0000 |
commit | 2ad533c0f95d637e888693788757d73b27be207f (patch) | |
tree | f981e30f569ce6a5d6cc7693aff48d5b49ef91bf /llvm/include/llvm-c | |
parent | d9af8e1f981ddf68d13b2aead4b8c9598b3ea46b (diff) | |
download | bcm5719-llvm-2ad533c0f95d637e888693788757d73b27be207f.tar.gz bcm5719-llvm-2ad533c0f95d637e888693788757d73b27be207f.zip |
Use code voice for DIBuilder in LLVM C API
(This is a test commit)
llvm-svn: 317422
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/DebugInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h index a27b351577a..d17c690be4d 100644 --- a/llvm/include/llvm-c/DebugInfo.h +++ b/llvm/include/llvm-c/DebugInfo.h @@ -151,7 +151,7 @@ LLVMDIBuilderRef LLVMCreateDIBuilderDisallowUnresolved(LLVMModuleRef M); LLVMDIBuilderRef LLVMCreateDIBuilder(LLVMModuleRef M); /** - * Deallocates the DIBuilder and everything it owns. + * Deallocates the \c DIBuilder and everything it owns. * @note You must call \c LLVMDIBuilderFinalize before this */ void LLVMDisposeDIBuilder(LLVMDIBuilderRef Builder); @@ -199,7 +199,7 @@ LLVMMetadataRef LLVMDIBuilderCreateCompileUnit( /** * Create a file descriptor to hold debugging information for a file. - * \param Builder The DIBuilder. + * \param Builder The \c DIBuilder. * \param Filename File name. * \param FilenameLen The length of the C string passed to \c Filename. * \param Directory Directory. |