philnik added inline comments.

================
Comment at: clang/include/clang/Basic/Attr.td:1448
+def Assume : StmtAttr {
+  let Spellings = [CXX11<"", "assume", 202302>];
+  let Documentation = [AssumeDocs];
----------------
Izaron wrote:
> 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.
https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations
 has generally the correct values for this. In this case it's `202207`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144334/new/

https://reviews.llvm.org/D144334

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to