[PATCH] D58764: [clang-tidy] ignore predefined expressions in cppcoreguidelines-pro-bounds-array-to-pointer-decay check

Lewis Clark via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 28 02:47:08 PST 2019


lewmpk added a comment.

Okk, it seems that the consensus is that `__FUNCTION__` should not be cast to `char*`. ( I'll research a bit before I pick up a task in the future :) )
I'm happy to abandon this diff - any objections?


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D58764





More information about the cfe-commits mailing list