[PATCH] D18914: [clang-tidy] new readability-redundant-inline

Paweł Bylica via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 05:48:49 PST 2020


chfast added a comment.

This check can be useful in other case like this:

  inline constexpr const int x = 1;

where `inline` and `const` are redundant.


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

https://reviews.llvm.org/D18914



More information about the cfe-commits mailing list