[PATCH] D22196: Fix Bug "28480 - cppcoreguidelines-pro-bounds-array-to-pointer-decay handling __PRETTY_FUNCTION__"

Zitrax via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 1 04:53:12 PST 2019


Zitrax added a comment.
Herald added a subscriber: kbarton.

Would it be an alternative to add the this patch as an option to the check (disabled by default)? Thus one could allow for example __PRETTY_FUNCTION__ without having to disable this whole check while still letting it fully follow the core guidelines by default.


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

https://reviews.llvm.org/D22196





More information about the cfe-commits mailing list