Skip to content

Commit 4497083

Browse files
committed
Updated comment to clarify condition for free
1 parent 5f0572e commit 4497083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FrontendTool/FrontendTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ static void debugFailWithCrash() {
325325

326326
/// Performs the compile requested by the user.
327327
/// \param Instance Will be reset after performIRGeneration when the verifier
328-
/// mode is NoVerify.
328+
/// mode is NoVerify and there were no errors.
329329
/// \returns true on error
330330
static bool performCompile(std::unique_ptr<CompilerInstance> &Instance,
331331
CompilerInvocation &Invocation,

0 commit comments

Comments
 (0)