[PATCH] D46652: [clang-cl, PCH] Implement support for MS-style PCH through headers

Mike Rice via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 24 15:18:37 PDT 2018


mikerice added a comment.

In https://reviews.llvm.org/D46652#1164010, @thakis wrote:

> Also, were you planning on also adding support for the (filename-less version of) hdrstop pragma? After this change, that should probably be fairly straightforward.


Thanks for taking a look.  I'll be going through our PCH tests at some point soon and will likely add support for this and any other interesting issues that remain.

In https://reviews.llvm.org/D46652#1166317, @thakis wrote:

> In https://reviews.llvm.org/D46652#1164016, @thakis wrote:
>
> > And finally (sorry about all the mails), this should probably be mentioned in the release notes (docs/ReleaseNotes.rst in the clang repo) since it's a notable new feature :-)
>
>
> I added this to releasenotes in r337381.


Thanks!


Repository:
  rC Clang

https://reviews.llvm.org/D46652





More information about the cfe-commits mailing list