summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/DebugInfo.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-11-02 08:03:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-11-02 08:03:12 +0000
commit965602ac82c194201eec9d9ec68777e34a45f1f8 (patch)
treefd8c103ce8a468a371b9525ea3fc90a856aa7b31 /llvm/include/llvm-c/DebugInfo.h
parenta437aa2cb72b6ef2526f66f57577dd3ca7a2d581 (diff)
downloadbcm5719-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.h2
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.
OpenPOWER on IntegriCloud