The transformation strategy we are bringing up relies heavily on std::span which was introduced as part of C++20.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yeah that's important! Do we need to cherry-pick this to llvm-16 release candidate?
clang/lib/Sema/AnalysisBasedWarnings.cpp | ||
---|---|---|
2521–2522 | Also what does this monstrous invocation do that isn't accomplished by S.getLangOpts().CPlusPlus20? |
clang/lib/Sema/AnalysisBasedWarnings.cpp | ||
---|---|---|
2521–2522 | You are right! |
Comment Actions
We actually have only commits with warnings in release/16.x - no Fix-Its. So no need to cherry-pick.
Also what does this monstrous invocation do that isn't accomplished by S.getLangOpts().CPlusPlus20?