Skip to content

Commit

Permalink
Use code voice for DIBuilder in LLVM C API
Browse files Browse the repository at this point in the history
(This is a test commit)

llvm-svn: 317422
  • Loading branch information
Harlan Haskins committed Nov 4, 2017
1 parent d9af8e1 commit 2ad533c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm-c/DebugInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2ad533c

Please sign in to comment.