diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-14 09:58:41 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-14 09:58:41 +0000 |
commit | 2457010b1cdb8d698349fd02a2ed70325ac9fab1 (patch) | |
tree | f7b7c557140ad01e6ed2b1268e65ff3b2bcdda0c /llvm/lib/Support/Unix | |
parent | 66e9dee707661e91f774dbf243d68ce669e2b3ff (diff) | |
download | bcm5719-llvm-2457010b1cdb8d698349fd02a2ed70325ac9fab1.tar.gz bcm5719-llvm-2457010b1cdb8d698349fd02a2ed70325ac9fab1.zip |
Remove the trailing whitespace of formatted lines.
So far, clang-format has always assumed the whitespace belonging to the
subsequent token. This has the negative side-effect that when
clang-format formats a line, it does not remove its trailing whitespace,
as it belongs to the next token.
Thus, this patch fixes most of llvm.org/PR15062.
We are not zapping a file's trailing whitespace so far, as this does not
belong to any token we see during formatting. We need to fix this in a
subsequent patch.
llvm-svn: 175152
Diffstat (limited to 'llvm/lib/Support/Unix')
0 files changed, 0 insertions, 0 deletions