From 7f60b40f08d9c4f13f9b5a7cbbd98468d3345100 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 18 Dec 2016 14:12:38 +0000 Subject: [PATCH] Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290063 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/OpenCLOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/OpenCLOptions.h b/include/clang/Basic/OpenCLOptions.h index a51494fa2e..cc850f0b0b 100644 --- a/include/clang/Basic/OpenCLOptions.h +++ b/include/clang/Basic/OpenCLOptions.h @@ -70,7 +70,7 @@ public: /// \brief Enable or disable support for OpenCL extensions /// \param Ext name of the extension optionally prefixed with /// '+' or '-' - /// \param Enable used when \p Ext is not prefixed by '+' or '-' + /// \param V used when \p Ext is not prefixed by '+' or '-' void support(llvm::StringRef Ext, bool V = true) { assert(!Ext.empty() && "Extension is empty."); -- 2.40.0