[PATCH] D144334: [Clang] Add C++2b attribute [[assume(expression)]]
Evgeny Shulgin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 18 13:22:42 PST 2023
Izaron added inline comments.
================
Comment at: clang/include/clang/Basic/Attr.td:1448
+def Assume : StmtAttr {
+ let Spellings = [CXX11<"", "assume", 202302>];
+ let Documentation = [AssumeDocs];
----------------
Honestly I don't have a clue what these numbers `202302` (apparently the `yyyymm` format) would mean :( I'd be grateful if you could help me with the right value for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144334/new/
https://reviews.llvm.org/D144334
More information about the cfe-commits
mailing list