steakhal added inline comments.

================
Comment at: 
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-bitfields.cpp:62
+void test(NoBitfield x) {
+  // no-warning in this function, except for operator+.
+  static_assert(is_same_v<decltype(x.id << 1), unsigned>);
----------------
Outdated comment; I'll skim through and make sure these reflect the current 
status.


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

https://reviews.llvm.org/D114105

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

Reply via email to