index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
ConvertUTF.h
Age
Commit message (
Expand
)
Author
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-25
ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare]
NAKAMURA Takumi
2013-01-24
Move 'convertUTF8Sequence' helper into the C++ section of the header file.
Jordan Rose
2013-01-24
Handle universal character names and Unicode characters outside of literals.
Jordan Rose
2013-01-18
Fix mismatched #endif.
Jordan Rose
2012-09-08
When a bad UTF-8 encoding or bogus escape sequence is encountered in a
Richard Smith
2012-09-06
Enabling the UTF conversion routines that were previously conditionally ifdef...
Enrico Granata
2012-07-27
Add a function to convert a single Unicode code point to a UTF8 sequence.
Dmitri Gribenko
2012-07-03
Share ConvertUTF8toWide() between Lex and CodeGen.
Nico Weber
2012-04-18
Nicer display of unprintable source, and fix caret display for non-ascii text
Seth Cantrell
2012-04-17
Revert "Nicer display of unprintable source, and fix caret display for non-as...
Seth Cantrell
2012-04-17
Nicer display of unprintable source, and fix caret display for non-ascii text
Seth Cantrell
2012-03-08
When checking the encoding of an 8-bit string literal, don't just check the
Richard Smith
2011-11-01
Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it.
Eli Friedman
2011-04-14
Add header guards to include/clang/Basic/ConvertUTF.h.
Sebastian Redl
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
Remove tab characters.
Mike Stump
2009-04-01
Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF.
Steve Naroff