]> granicus.if.org Git - clang/commit
While writing source-location entries to a PCH file, go through an
authorDouglas Gregor <dgregor@apple.com>
Fri, 16 Oct 2009 22:46:09 +0000 (22:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 16 Oct 2009 22:46:09 +0000 (22:46 +0000)
commitbdfe48ac80573e026595af91e541474dbf02565f
tree39fdd5eae2daf6a116dad36c73c11c7195fbbe6a
parent4ce74bd425dccd9d9ad6ccfc9ffbc01698a6e71a
While writing source-location entries to a PCH file, go through an
interface that can load those source-location entries on demand (from
another PCH file).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84287 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceManager.h
lib/AST/StmtPrinter.cpp
lib/Frontend/PCHWriter.cpp