[PATCH] D88833: [clang-tidy] Do not warn on pointer decays in system macros

Elvis Stansvik via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 6 14:22:07 PST 2022


estan added a comment.

Alright, yea I'll see what using std::array would mean for our code. In many cases we are just using plain arrays currently, and often they are just a way to get data in/out of these APIs (and for the out direction, we quickly go on to saving the data we got out into something else, like a class of our own). I'll think some about it, perhaps you are right and the exception (would make it an option of course) is not worth it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88833



More information about the cfe-commits mailing list