diff options
author | Sirraide <74590115+Sirraide@users.noreply.github.com> | 2024-01-19 14:29:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 08:29:23 -0500 |
commit | 061eb62a9051ed06935135ffa3ea03eb250fd55e (patch) | |
tree | ffb786e7841aadf5b7682b4fc7167e5b020bdafa /llvm/lib/FileCheck/FileCheck.cpp | |
parent | 9ad7d8f0e4628f0f2d70a6c30299fe8be6bc18c4 (diff) | |
download | llvm-061eb62a9051ed06935135ffa3ea03eb250fd55e.zip llvm-061eb62a9051ed06935135ffa3ea03eb250fd55e.tar.gz llvm-061eb62a9051ed06935135ffa3ea03eb250fd55e.tar.bz2 |
[Clang] [NFC] Remove default argument in ASTUnit.h (#78566)
This removes a default argument that is currently broken in C++23 mode
due to `std::default_delete` now being `constexpr`. This is a known
problem (see #74963, #59966, #69996, and a couple more), fixing which
will probably take some time, so this at least makes it possible to
compile `ASTUnit.h` in C++23 mode.
Note that we can’t simply include the header that provides the
definition of the class causing the problem either, as that would create
a circular dependency.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions