Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32. | Yaron Keren | 2015-09-11 | 1 | -0/+1 |
| | | | | | | | | | | Source code was assuming that llvm-config.h would be included somehow but up to r247253 that added #include "llvm/Support/Compiler.h" to StringRef.h the config file was not actually included. The inclusion of llvm-config.h caused a change of behaviour in tools/clang/test/Frontend/source-col-map.c: previously it would output the original UTF-8 but now it outputs <U+03B1>. llvm-svn: 247409 | ||||
* | Fix "the the" in comments. | Eric Christopher | 2015-06-19 | 1 | -1/+1 |
| | | | | llvm-svn: 240112 | ||||
* | Move generic isPrint and columnWidth implementations to a separate ↵ | Alexander Kornienko | 2013-09-04 | 1 | -6/+27 |
| | | | | | | | | | | | | | | | | | | | | | header/source to allow using both generic and system-dependent versions on win32. Summary: This is needed so we can use generic columnWidthUTF8 in clang-format on win32 simultaneously with a separate system-dependent implementations of isPrint/columnWidth in TextDiagnostic.cpp to avoid attempts to print Unicode characters using narrow-character interfaces (which is not supported on Windows, and we'll have to figure out how to handle this). Reviewers: jordan_rose Reviewed By: jordan_rose CC: llvm-commits, klimek Differential Revision: http://llvm-reviews.chandlerc.com/D1559 llvm-svn: 189952 | ||||
* | platform support for counting column widths and checking isprint | Seth Cantrell | 2012-04-17 | 1 | -0/+10 |
llvm-svn: 154944 |