[PATCH] D109857: [test] Fix test failure in Clang :: Lexer/char-escapes-delimited.c
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 15 15:54:24 PDT 2021
cor3ntin added a comment.
Okay, what's happening is that utf literals are only available for c++11 onward and the tests do not account for that.
Would you mind dropping the minimum version to C++11 and C11? I think that would be reasonable.
I could do a more extensive fix but I don't know how urgent this is for you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109857/new/
https://reviews.llvm.org/D109857
More information about the cfe-commits
mailing list