[PATCH] D20124: [PCH] Serialize skipped preprocessor ranges

Nikolai Kosjar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 6 05:14:46 PST 2017


nik added a comment.

In https://reviews.llvm.org/D20124#943592, @cameron314 wrote:

> Here's the final patch that fixes `clang_getSkippedRegions` with regions in the preamble (as well as serializing the skipped regions in the PCH file).


Works fine for me, thanks! Test from the bug report is fixed by this one.

You should probably add "Fixes PR34971." to the summary.

@erikjv @ilya-biryukov - please review as you know the details here :)


https://reviews.llvm.org/D20124





More information about the cfe-commits mailing list