Skip to content
Snippets Groups Projects
Commit f3360e71 authored by Axel Naumann's avatar Axel Naumann
Browse files

80 columns.

parent 07e5bbf0
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,8 @@ namespace cling {
R.setLookupName(Name);
m_Sema->LookupQualifiedName(R, NSD);
assert(!R.empty() && "Cannot find InterpreterGeneratedCodeDiagnosticsMaybeIncorrect");
assert(!R.empty()
&& "Cannot find InterpreterGeneratedCodeDiagnosticsMaybeIncorrect");
NamedDecl* ND = R.getFoundDecl();
m_NoRange = ND->getSourceRange();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment