Issue fixits replacing invalid character literals with the equivalent \xNN
authorNick Lewycky <nicholas@mxc.ca>
Wed, 21 Aug 2013 04:10:58 +0000 (04:10 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 21 Aug 2013 04:10:58 +0000 (04:10 +0000)
commit3151d7c76a641b61347b667d1e6f757b6007f548
tree9d656bcbc02a782b81d2fe5e57119d089d7fc621
parentcee61339305cc00900ea7346656032447a756281
Issue fixits replacing invalid character literals with the equivalent \xNN
escape code.

llvm-svn: 188863
clang/lib/Lex/LiteralSupport.cpp
clang/test/Lexer/char-literal-encoding-fixit.c [new file with mode: 0644]