llvm-project/clang-tools-extra/docs/clang-tidy
Chris Kennelly e4f9b5d442 [clang-tidy] Include std::basic_string_view in readability-redundant-string-init.
std::string_view("") produces a string_view instance that compares
equal to std::string_view(), but requires more complex initialization
(storing the address of the string literal, rather than zeroing).

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D91009
2020-11-20 10:06:57 -05:00
..
checks [clang-tidy] Include std::basic_string_view in readability-redundant-string-init. 2020-11-20 10:06:57 -05:00
Contributing.rst Add an explicit toggle for the static analyzer in clang-tidy 2020-09-10 10:48:17 -04:00
Integrations.rst Fix table formatting after D87686 2020-09-16 12:27:59 +02:00
index.rst Add a new altera check for structure packing and alignment. 2020-09-08 09:35:14 -04:00