This is an archive of the discontinued LLVM Phabricator instance.

[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
informed patch.

Diff Detail

Event Timeline

kadircet created this revision.Apr 15 2020, 1:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2020, 1:09 PM
sammccall accepted this revision.Apr 15 2020, 2:50 PM
sammccall added inline comments.
clang-tools-extra/clangd/Headers.h
56

nit: why not store as tok::PPKeywordKind?

This revision is now accepted and ready to land.Apr 15 2020, 2:50 PM
This revision was automatically updated to reflect the committed changes.