Wdocumentation fix

llvm-svn: 290063
This commit is contained in:
Simon Pilgrim 2016-12-18 14:12:38 +00:00
parent 9381eb1045
commit ccfbf384ba
1 changed files with 1 additions and 1 deletions

View 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.");