[all-commits] [llvm/llvm-project] 62ead3: [clang-format] Formatter does not handle c++11 str...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Fri Dec 17 10:29:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62ead3654795bfb09bf7296ef5db8deea0f758cb
https://github.com/llvm/llvm-project/commit/62ead3654795bfb09bf7296ef5db8deea0f758cb
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Formatter does not handle c++11 string literal prefix with stringize #
https://github.com/llvm/llvm-project/issues/27740
Ensure
```
```
behave the same as
```
```
when formatted, ensure clang-format follows the conventions for `L` `u` `U` `u8`
https://docs.microsoft.com/en-us/cpp/cpp/string-and-character-literals-cpp?redirectedfrom=MSDN&view=msvc-170
Fixes #27740
Reviewed By: curdeius, owenpan
Differential Revision: https://reviews.llvm.org/D115938
More information about the All-commits
mailing list