[libcxx-commits] [PATCH] D92229: [libc++] Update clang-format configuration
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 14 08:56:02 PST 2020
Mordante added a comment.
Do we need to discuss the wanted formatting in this patch or on Slack/dev-ml?
================
Comment at: libcxx/.clang-format:5
Language: Cpp
Standard: Cpp03
----------------
Do we need to keep this at Cpp03? Changing this to newer versions of C++ will of course break code like 'std::vector<std::pair<int, int>>`. But this seems to break formatting the C++11 string literal prefixes: u8, u, U.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92229/new/
https://reviews.llvm.org/D92229
More information about the libcxx-commits
mailing list