diff options
author | Seth Cantrell <seth.cantrell@gmail.com> | 2012-05-24 05:14:44 +0000 |
---|---|---|
committer | Seth Cantrell <seth.cantrell@gmail.com> | 2012-05-24 05:14:44 +0000 |
commit | ac6fb8f9f602fa74cf16e43520c12a302627c873 (patch) | |
tree | 1e4212985325a25bfcf74f98b31d73d315bf4de0 /llvm/lib/Support/GraphWriter.cpp | |
parent | 2edc84ee60453dea192e609619c522216eb9073b (diff) | |
download | llvm-ac6fb8f9f602fa74cf16e43520c12a302627c873.zip llvm-ac6fb8f9f602fa74cf16e43520c12a302627c873.tar.gz llvm-ac6fb8f9f602fa74cf16e43520c12a302627c873.tar.bz2 |
fix Bug 12924
http://llvm.org/bugs/show_bug.cgi?id=12924
This issue was that the source location was pointing to a
non-printable character and so CaretEnd was pointing one
_column_ past the caret but not one _character_ past the
caret. So the conversion between column and byte locations
wasn't working (because the conversion is only valid from
the first column or byte of a character).
llvm-svn: 157372
Diffstat (limited to 'llvm/lib/Support/GraphWriter.cpp')
0 files changed, 0 insertions, 0 deletions