This will enable PreamblePatching proposed in D77392 craft a more
informed patch.
Details
Details
- Reviewers
sammccall - Commits
- rG6e017188b760: [clangd] Store ppdirective in Inclusion
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78235
[clangd] Store ppdirective in Inclusion ClosedPublic Authored by kadircet on Apr 15 2020, 1:09 PM.
Details
Summary This will enable PreamblePatching proposed in D77392 craft a more
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2020, 2:50 PM Closed by commit rG6e017188b760: [clangd] Store ppdirective in Inclusion (authored by kadircet). · Explain WhyApr 21 2020, 1:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258926 clang-tools-extra/clangd/Headers.h
clang-tools-extra/clangd/Headers.cpp
clang-tools-extra/clangd/unittests/HeadersTests.cpp
|
nit: why not store as tok::PPKeywordKind?