summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangFunction.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2014-03-12 23:43:15 +0000
committerJim Ingham <jingham@apple.com>2014-03-12 23:43:15 +0000
commit23b95f06e1a76cdde2e239b9f235a7772fe4c90f (patch)
treeca86520fa6f15f1028600ac7da48278ebb7cac79 /lldb/source/Expression/ClangFunction.cpp
parent21f97ddb58db17392d633ac748d098a40ed64073 (diff)
downloadbcm5719-llvm-23b95f06e1a76cdde2e239b9f235a7772fe4c90f.tar.gz
bcm5719-llvm-23b95f06e1a76cdde2e239b9f235a7772fe4c90f.zip
Don’t put Radar numbers in code.
llvm-svn: 203737
Diffstat (limited to 'lldb/source/Expression/ClangFunction.cpp')
-rw-r--r--lldb/source/Expression/ClangFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangFunction.cpp b/lldb/source/Expression/ClangFunction.cpp
index 1085acf35ad..f856f726696 100644
--- a/lldb/source/Expression/ClangFunction.cpp
+++ b/lldb/source/Expression/ClangFunction.cpp
@@ -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);
OpenPOWER on IntegriCloud