[PATCH] D98242: [clangd] Store system relative includes as verbatim
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 29 14:32:54 PDT 2021
kadircet planned changes to this revision.
kadircet added a comment.
Herald added a project: clang-tools-extra.
as discussed offline, this gets messy if the header can be included both as a system and quoted included, and the coding style actually prefers the quoted one. it is not a big deal yet, but if it turns out to be we can move forward this patch by also having a way for users to resolve such ambiguities (probably through config).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98242/new/
https://reviews.llvm.org/D98242
More information about the cfe-commits
mailing list