Shorten comment line to be below 80 characters [NFC]

llvm-svn: 359087
This commit is contained in:
Raphael Isemann 2019-04-24 12:21:03 +00:00
parent fa34952a00
commit 54d99bf0db
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ bool ClangUserExpression::Parse(DiagnosticManager &diagnostic_manager,
return false;
}
//////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Prepare the output of the parser for execution, evaluating it statically
// if possible
//