[all-commits] [llvm/llvm-project] d1d518: [NFC] Fix issues with clang-tidy checks list.rst
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Feb 19 15:19:16 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1d5180e6904b3fa86f750a05a6721163e115f4d
https://github.com/llvm/llvm-project/commit/d1d5180e6904b3fa86f750a05a6721163e115f4d
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
M clang-tools-extra/docs/clang-tidy/checks/list.rst
Log Message:
-----------
[NFC] Fix issues with clang-tidy checks list.rst
Added FixItHint comments to ReservedIdentifierCheck and IdentifierNamingCheck to trick the python scripts into detecting a fix it is provided as it can't see the FixItHints in RenamerClangTidyCheck.cpp
More information about the All-commits
mailing list