diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-06-17 13:19:53 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-06-17 13:19:53 +0000 |
commit | afaa8f556b9d62fd6e6a0486abbc64ee9a1a4110 (patch) | |
tree | 6918034a79a3e707dcb063f5ecb8eb9c9bea0734 /clang/lib/Driver/Tools.h | |
parent | 3ff679a19a62c079ae4aca24becb5c86febbc0d9 (diff) | |
download | bcm5719-llvm-afaa8f556b9d62fd6e6a0486abbc64ee9a1a4110.tar.gz bcm5719-llvm-afaa8f556b9d62fd6e6a0486abbc64ee9a1a4110.zip |
Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break.
Summary:
E.g. the second line in
return aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +
b; //
is indented 4 characters more than in
return aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +
b;
Reviewers: klimek
Reviewed By: klimek
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D984
llvm-svn: 184078
Diffstat (limited to 'clang/lib/Driver/Tools.h')
0 files changed, 0 insertions, 0 deletions