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

Cameron via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 06:54:11 PST 2017


cameron314 updated this revision to Diff 125333.
cameron314 added a comment.

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).


https://reviews.llvm.org/D20124

Files:
  include/clang/Lex/PreprocessingRecord.h
  include/clang/Serialization/ASTBitCodes.h
  include/clang/Serialization/ASTReader.h
  include/clang/Serialization/Module.h
  lib/Lex/PPDirectives.cpp
  lib/Lex/PreprocessingRecord.cpp
  lib/Serialization/ASTReader.cpp
  lib/Serialization/ASTWriter.cpp
  tools/libclang/CIndex.cpp
  unittests/libclang/LibclangTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20124.125333.patch
Type: text/x-patch
Size: 15135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171204/73439d77/attachment-0001.bin>


More information about the cfe-commits mailing list