diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-11-02 08:03:12 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-11-02 08:03:12 +0000 |
commit | 965602ac82c194201eec9d9ec68777e34a45f1f8 (patch) | |
tree | fd8c103ce8a468a371b9525ea3fc90a856aa7b31 /llvm/include/llvm-c/DebugInfo.h | |
parent | a437aa2cb72b6ef2526f66f57577dd3ca7a2d581 (diff) | |
download | bcm5719-llvm-965602ac82c194201eec9d9ec68777e34a45f1f8.tar.gz bcm5719-llvm-965602ac82c194201eec9d9ec68777e34a45f1f8.zip |
llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
llvm-svn: 317191
Diffstat (limited to 'llvm/include/llvm-c/DebugInfo.h')
-rw-r--r-- | llvm/include/llvm-c/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h index c84765b0dd7..15f6b57d883 100644 --- a/llvm/include/llvm-c/DebugInfo.h +++ b/llvm/include/llvm-c/DebugInfo.h @@ -143,7 +143,7 @@ void LLVMDIBuilderFinalize(LLVMDIBuilderRef Builder); /// information generated during this instance of compilation. /// \param Lang Source programming language, eg. /// \c LLVMDWARFSourceLanguageC99 -/// \param File File info. +/// \param FileRef File info. /// \param Producer Identify the producer of debugging information /// and code. Usually this is a compiler /// version string. |