diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-06-12 12:42:13 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-06-12 12:42:13 +0000 |
commit | 0b9319edb08819ca21a362783debf00b3471f1ce (patch) | |
tree | 046353803e20a0e986237e4a13f99fd921208b20 /clang/lib/Format/FormatToken.cpp | |
parent | de28b7375f2764e9e7ae2fbf76d6e927aa930480 (diff) | |
download | llvm-0b9319edb08819ca21a362783debf00b3471f1ce.zip llvm-0b9319edb08819ca21a362783debf00b3471f1ce.tar.gz llvm-0b9319edb08819ca21a362783debf00b3471f1ce.tar.bz2 |
Remove a hack that tries to align '*'.
The alignment is not required, so we can just remove it for now.
The old code is a hack as it depends on the buffer management to find
the current column.
If the alignment is really desirable, the proper way to do it is
to pass in a formatted_raw_stream that knows the current column.
llvm-svn: 239603
Diffstat (limited to 'clang/lib/Format/FormatToken.cpp')
0 files changed, 0 insertions, 0 deletions