]> granicus.if.org Git - clang/commit
[clang-format] Move OriginalPrefix from base to subclass.
authorKrasimir Georgiev <krasimir@google.com>
Wed, 8 Feb 2017 14:45:19 +0000 (14:45 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Wed, 8 Feb 2017 14:45:19 +0000 (14:45 +0000)
commit7cd8b60283f98748150b12364f317bdb69ea91dd
treefb13e0e8be6e39cdf74ef245cfd3104491041415
parent1eed05ab3dab61961490a153436297f19d62d9ce
[clang-format] Move OriginalPrefix from base to subclass.

Summary:
OriginalPrefix is only needed for line comment sections. Moved from the base class to the child class.
No functional changes.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D29716

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294457 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/BreakableToken.h