llvm-project/clang-tools-extra/docs/clang-tidy
Aaron Ballman 3a02722a40 Implement the readability-const-return-type check.
This check flags function top-level const-qualified return types and suggests removing the mostly-superfluous const qualifier where possible.

Patch by Yitzhak Mandelbaum.

llvm-svn: 345764
2018-10-31 19:11:38 +00:00
..
checks Implement the readability-const-return-type check. 2018-10-31 19:11:38 +00:00
index.rst [clang-tidy] Add a separate section for NOLINT(NEXTLINE)? doc. 2018-10-23 16:48:16 +00:00