[PATCH] D143670: Stop claiming we support [[carries_dependency]]

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 18:17:31 PST 2023


hubert.reinterpretcast requested changes to this revision.
hubert.reinterpretcast added inline comments.


================
Comment at: clang/test/Preprocessor/has_attribute.cpp:51
 // FIXME(201806L) CHECK: assert: 0
-// CHECK: carries_dependency: 200809L
+// CHECK: carries_dependency: 0
 // CHECK: deprecated: 201309L
----------------
I'd trust this when I see the change to [cpp.cond]/6 arrive in CWG.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143670



More information about the cfe-commits mailing list