[PATCH] D78938: Fixing all comparisons for C++20 compilation.
Barry Revzin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 23 10:35:41 PDT 2020
BRevzin marked 2 inline comments as done.
BRevzin added a comment.
I hadn't build the tests before, updated with a few more changes. Some of the tests require `u8` literals, whose type changes in C++20. I had no idea what to do with that, so I just `#ifdef`-ed out those tests with the appropriate feature test macro.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78938/new/
https://reviews.llvm.org/D78938
More information about the cfe-commits
mailing list