aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-10-07 01:41:14 +0000
committerDaniel Jasper <djasper@google.com>2015-10-07 01:41:14 +0000
commit0ea4d799e3f196733f69712dfd83129dbd5fabd5 (patch)
tree57856c8bf74e0536c5d3df565a648a8acbb25f42 /lldb/source/Commands/CommandObjectFrame.cpp
parent10e6a61892f877a51034abf283deaa8c488779d0 (diff)
downloadllvm-0ea4d799e3f196733f69712dfd83129dbd5fabd5.zip
llvm-0ea4d799e3f196733f69712dfd83129dbd5fabd5.tar.gz
llvm-0ea4d799e3f196733f69712dfd83129dbd5fabd5.tar.bz2
clang-format: Fix false positive in pointer/reference detection.
Before: return options != nullptr &&operator==(*options); After: return options != nullptr && operator==(*options); llvm-svn: 249501
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions