This is an archive of the discontinued LLVM Phabricator instance.

Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.
ClosedPublic

Authored by ilya-biryukov on Oct 6 2017, 4:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Oct 6 2017, 4:35 AM

This commit will unbreak clangd from all the same issues that were fixed by conditional stack commits.

Adding more reviewers, in case someone will have time to look at that :-)

bkramer accepted this revision.Oct 9 2017, 9:26 AM

A testcase would be nice, but this can go in to unblock things.

This revision is now accepted and ready to land.Oct 9 2017, 9:26 AM
This revision was automatically updated to reflect the committed changes.

A testcase would be nice, but this can go in to unblock things.

Thanks for reviewing this!
Added a test case to clangd in rL315213.