Skip to content

Commit dc7bf2f

Browse files
committed
restore comment for addDiagForErrorCode
1 parent 3be3601 commit dc7bf2f

File tree

1 file changed

+2
-2
lines changed
  • clang/include/clang/Driver

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Job.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ class Command {
200200
virtual int Execute(ArrayRef<Optional<StringRef>> Redirects,
201201
std::string *ErrMsg, bool *ExecutionFailed) const;
202202

203-
/// Store a custom driver diagnostic message and if the compilation should
204-
/// exit upon a particular error code returned by the command
203+
/// Store a custom driver diagnostic message upon a particular error code
204+
/// returned by the command
205205
void addDiagForErrorCode(int ErrorCode, StringRef CustomDiag);
206206

207207
/// Store if the compilation should exit upon a particular error code

0 commit comments

Comments
 (0)