This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Generalize HeaderFileExtensions.{h,cpp}. NFC
ClosedPublic

Authored by jroelofs on Mar 2 2020, 4:08 PM.

Details

Summary

Splitting this out from https://reviews.llvm.org/D74669

Diff Detail

Event Timeline

jroelofs created this revision.Mar 2 2020, 4:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2020, 4:08 PM
jroelofs marked an inline comment as done.
jroelofs added inline comments.
clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.h
14

this belongs in the other patch.

jroelofs updated this revision to Diff 247762.Mar 2 2020, 4:58 PM
This revision is now accepted and ready to land.Mar 5 2020, 1:31 PM
clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.cpp