diff options
author | mydeveloperday <mydeveloperday@gmail.com> | 2021-12-17 18:26:55 +0000 |
---|---|---|
committer | mydeveloperday <mydeveloperday@gmail.com> | 2021-12-17 18:29:32 +0000 |
commit | 62ead3654795bfb09bf7296ef5db8deea0f758cb (patch) | |
tree | 57853afa4397c907b598746103be7288ff234878 /clang/unittests/Format/FormatTestCSharp.cpp | |
parent | 667485413fd32cf470d7cd6260b50e486fedaf5e (diff) | |
download | llvm-62ead3654795bfb09bf7296ef5db8deea0f758cb.zip llvm-62ead3654795bfb09bf7296ef5db8deea0f758cb.tar.gz llvm-62ead3654795bfb09bf7296ef5db8deea0f758cb.tar.bz2 |
[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
Diffstat (limited to 'clang/unittests/Format/FormatTestCSharp.cpp')
0 files changed, 0 insertions, 0 deletions