diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-18 11:18:28 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-18 11:18:28 +0000 |
| commit | 6e91750e06af3fc50ba02f53da50b96be6ae13f8 (patch) | |
| tree | 2ccbad2d8ec52a21f9eae2ded83607ace8a84f6b | |
| parent | ff0942e6ea3111792bc2fbf3d2bbdc7c74937ce5 (diff) | |
| download | bcm5719-llvm-6e91750e06af3fc50ba02f53da50b96be6ae13f8.tar.gz bcm5719-llvm-6e91750e06af3fc50ba02f53da50b96be6ae13f8.zip | |
Wdocumentation fix
llvm-svn: 287335
| -rw-r--r-- | clang/include/clang/Driver/Driver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h index e60be4f965f..0ce461ca61e 100644 --- a/clang/include/clang/Driver/Driver.h +++ b/clang/include/clang/Driver/Driver.h @@ -251,9 +251,9 @@ private: /// other reproducer related files (.sh, .cache, etc). If not found, suggest a /// directory for the user to look at. /// - /// \param The file path to copy the .crash to. - /// \param The suggested directory for the user to look at in case the search - /// or copy fails. + /// \param ReproCrashFilename The file path to copy the .crash to. + /// \param CrashDiagDir The suggested directory for the user to look at + /// in case the search or copy fails. /// /// \returns If the .crash is found and successfully copied return true, /// otherwise false and return the suggested directory in \p CrashDiagDir. |

