PiotrZSL added a comment.

"Context not available." - use arcanist (just merge all local commits into 
one), or generate diff with full context (diff -U 9999999).



================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/readability/magic-numbers.rst:58
+
+   using containerType = CustomType<int, 30>;
+   struct OtherType {
----------------
example put under "Example with magic values refactored:" should be by default 
as (+-):
```
using containerType = CustomType<int, NUMBER_OF_ELEMENTS>;
```

as this is required by default.


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

https://reviews.llvm.org/D145778

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

Reply via email to