]> granicus.if.org Git - clang/commitdiff
Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 18 Dec 2016 14:12:38 +0000 (14:12 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 18 Dec 2016 14:12:38 +0000 (14:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290063 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/OpenCLOptions.h

index a51494fa2e3276a7f5bbda77808a96e9589515a0..cc850f0b0b24a29c98b18c627f5f25facea299d7 100644 (file)
@@ -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.");