Don’t put Radar numbers in code.

llvm-svn: 203737
This commit is contained in:
Jim Ingham 2014-03-12 23:43:15 +00:00
parent 21f97ddb58
commit 23b95f06e1
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ ClangFunction::ExecuteFunction(
if (!call_plan_sp)
return eExecutionSetupError;
// <rdar://problem/12027563> we need to make sure we record the fact that we are running an expression here
// We need to make sure we record the fact that we are running an expression here
// otherwise this fact will fail to be recorded when fetching an Objective-C object description
if (exe_ctx.GetProcessPtr())
exe_ctx.GetProcessPtr()->SetRunningUserExpression(true);