[PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged

Cameron via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 08:26:30 PDT 2016


cameron314 added a comment.

I'm not sure how to test this (originally I found this bug by stepping through with a debugger) -- is there a way to determine if an ASTUnit used a PCH for the preamble or not? I'd call the `getMainBufferWithPrecompiledPreamble` method manually but it's private.


Repository:
  rL LLVM

http://reviews.llvm.org/D20338





More information about the cfe-commits mailing list