summaryrefslogtreecommitdiffstats
path: root/lib/Lex/UnicodeCharSets.h
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@gmail.com>2014-02-05 15:32:23 +0000
committerJoey Gouly <joey.gouly@gmail.com>2014-02-05 15:32:23 +0000
commite10417d32769ffd0fe201492fe80df07b7bee184 (patch)
treef563df61adba6cf09dfe7979e569f1a588ead3ef /lib/Lex/UnicodeCharSets.h
parent7d9f0e4cb3ae8851be3e1a0a57ee6246e81584cc (diff)
Fix the range for Malayam UCNs in C99.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/UnicodeCharSets.h')
-rw-r--r--lib/Lex/UnicodeCharSets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/UnicodeCharSets.h b/lib/Lex/UnicodeCharSets.h
index 01ae7e839d..12b24564bf 100644
--- a/lib/Lex/UnicodeCharSets.h
+++ b/lib/Lex/UnicodeCharSets.h
@@ -298,7 +298,7 @@ static const llvm::sys::UnicodeCharRange C99AllowedIDCharRanges[] = {
// Malayam
{ 0x0D02, 0x0D03 }, { 0x0D05, 0x0D0C }, { 0x0D0E, 0x0D10 },
{ 0x0D12, 0x0D28 }, { 0x0D2A, 0x0D39 }, { 0x0D3E, 0x0D43 },
- { 0x0D46, 0x0D48 }, { 0x0D4A, 0x0D4D }, { 0x0D60, 0x0D60 },
+ { 0x0D46, 0x0D48 }, { 0x0D4A, 0x0D4D }, { 0x0D60, 0x0D61 },
// Digits (11)
{ 0x0D66, 0x0D6F },