diff options
author | Eric Liu <ioeric@google.com> | 2016-09-23 15:10:56 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2016-09-23 15:10:56 +0000 |
commit | c0d3a801238b1057e2f64218685b0e10607f6296 (patch) | |
tree | 01ef38322aa2e14df44b0b7b43e76f55f7eec40c /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | 465c18973d89f3e1b051e49918efa3a49b048443 (diff) | |
download | llvm-c0d3a801238b1057e2f64218685b0e10607f6296.zip llvm-c0d3a801238b1057e2f64218685b0e10607f6296.tar.gz llvm-c0d3a801238b1057e2f64218685b0e10607f6296.tar.bz2 |
[clang-format] support header deletion in cleanupAroundReplacemnts.
Summary:
- If a replacement has offset UINT_MAX, length 0, and a replacement text
that is an #include directive, this will insert the #include into the
correct block in the \p Code.
- If a replacement has offset UINT_MAX, length 1, and a replacement text
that is the name of the header to be removed, the header will be removed
from \p Code if it exists.
Reviewers: djasper
Subscribers: cfe-commits, klimek
Differential Revision: https://reviews.llvm.org/D24829
llvm-svn: 282253
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions