commit | ceb1dbb41f6d7eaa3b45793d3307fe092f635167 | [log] [tgz] |
---|---|---|
author | Jordan Rose <jordan_rose@apple.com> | Fri Jan 11 02:37:55 2013 +0000 |
committer | Jordan Rose <jordan_rose@apple.com> | Fri Jan 11 02:37:55 2013 +0000 |
tree | 0cac73efda7ab44fd53f0ae9a21fe185c5e78d23 | |
parent | 78dd388afbd183060b321d001e367dcb50975eb8 [diff] |
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters. Right now, only OS X has a way to determine the column width of a string (PR14910). Until we have a good way to deal with this, we just won't print carets, source ranges, or fixits for SMDiagnostic if the source line has multibyte characters in it. llvm-svn: 172164