]> granicus.if.org Git - clang/commit
Don't emit "will be treated as an identifier character" warning for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Sep 2018 22:34:45 +0000 (22:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Sep 2018 22:34:45 +0000 (22:34 +0000)
commit730ec602048e07c8eecf40b415ea0a5ad7439413
tree69f0acbc4b4d9510f22ba1ec0e9ccce7beff78eb
parent23803581eda14735c2035e89a8bc8a212e2561b8
Don't emit "will be treated as an identifier character" warning for
UTF-8 characters that aren't identifier characters in the current
language mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp
test/Lexer/unicode.c