[PATCH] D75489: [clang-tidy] Generalize HeaderFileExtensions.{h, cpp}. NFC
Jonathan Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 16:14:24 PST 2020
jroelofs marked an inline comment as done.
jroelofs added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.h:14
#include "clang/Basic/SourceManager.h"
+#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallSet.h"
----------------
this belongs in the other patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75489/new/
https://reviews.llvm.org/D75489
More information about the cfe-commits
mailing list