PR38870: Add warning for zero-width unicode characters appearing in
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 7 Sep 2018 19:25:39 +0000 (19:25 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 7 Sep 2018 19:25:39 +0000 (19:25 +0000)
commit8ed7776bc404719a43a9dc53283c7817ae5bfee0
tree3ffabee761205086f5bf876b9614b0d8fe974f0f
parentecf2e2fe312a5dd297e6c0c78b89c98cf1073b0d
PR38870: Add warning for zero-width unicode characters appearing in
identifiers.

llvm-svn: 341700
clang/include/clang/Basic/DiagnosticLexKinds.td
clang/lib/Lex/Lexer.cpp
clang/test/Lexer/unicode.c