diff options
author | Felix <felix-antoine.constantin@polymtl.ca> | 2023-08-26 07:23:04 +0000 |
---|---|---|
committer | Piotr Zegar <me@piotrzegar.pl> | 2023-08-26 07:23:05 +0000 |
commit | ffad4f8fcac5fa5e65b979ab2a2fcf903a66e5e2 (patch) | |
tree | 97cb82b6c34b86f46a47c741c3fa6c08e2c00805 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 0c9c9dd9a24f9d715d950fef0ac7aae01437af96 (diff) | |
download | llvm-ffad4f8fcac5fa5e65b979ab2a2fcf903a66e5e2.zip llvm-ffad4f8fcac5fa5e65b979ab2a2fcf903a66e5e2.tar.gz llvm-ffad4f8fcac5fa5e65b979ab2a2fcf903a66e5e2.tar.bz2 |
[clang-tidy] Container-size-empty fixed c++ version in tests to support string_literals operator
The goal of this PR is to properly implement the std::string_literals::operator""s that was added in commit (4001ae175cbe) but was later changed in commit (ba52a10fca6fc7b791894c584233db012def68a5).
The operator""s was added in c++14 but we were running tests under c++11 which would raise an error when compiling the file.
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D158691
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions