[PATCH] D74669: [clang-tidy] New check: misc-no-include-cpp
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 15 18:16:30 PST 2020
Eugene.Zelenko added a comment.
Herald added a subscriber: wuzish.
How about .cc and .cxx extension? It'll be reasonable to provide option to configure list of extensions.
Please add documentation and mention new check in Release Notes.
================
Comment at: clang-tools-extra/clang-tidy/misc/NoIncludeCPPCheck.cpp:49
+ SrcMgr::CharacteristicKind FileType) {
+
+ (void)FilenameRange;
----------------
Unnecessary empty line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74669/new/
https://reviews.llvm.org/D74669
More information about the cfe-commits
mailing list