[PATCH] D70235: [clangd] Add isHeaderFile helper.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 14 06:08:23 PST 2019
sammccall added a comment.
As discussed offline, we still want to respect the langopts signal, but we also want to treat *.h as a header if it's not present. So the function needs to take filename and langopts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70235/new/
https://reviews.llvm.org/D70235
More information about the cfe-commits
mailing list