We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be3601 commit dc7bf2fCopy full SHA for dc7bf2f
clang/include/clang/Driver/Job.h
@@ -200,8 +200,8 @@ class Command {
200
virtual int Execute(ArrayRef<Optional<StringRef>> Redirects,
201
std::string *ErrMsg, bool *ExecutionFailed) const;
202
203
- /// Store a custom driver diagnostic message and if the compilation should
204
- /// exit upon a particular error code returned by the command
+ /// Store a custom driver diagnostic message upon a particular error code
+ /// returned by the command
205
void addDiagForErrorCode(int ErrorCode, StringRef CustomDiag);
206
207
/// Store if the compilation should exit upon a particular error code
0 commit comments