carlosgalvezp added a comment.

Ah, then it has the exact same functionality! My idea for 
readability-redundant-static was to warn about:

- static in anonymous namespace
- static const/constexpr at global scope (since const gives implicit internal 
linkage in C++).

I will see what I can do about that.

This shouldn't be a blocker for this patch though, it's just removing 
functionality that belongs in another check. As said, the check is 1 day old so 
it's unlikely anyone is relying on it yet :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139197

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

Reply via email to