Commits

Jordan Rose committed 9757294002d
[Lex] Use clang::isIdentifierBody instead of checking for '_' separately. Also, use 'isHexDigit' instead of the built-in 'isxdigit' for consistency, even though 'isxdigit' is locale-independent. No intended functionality change. Swift SVN r31139