ReadSourceManagerBlock is skipping over records that can contain Blobs. Not passing
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2013 18:28:26 +0000 (18:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2013 18:28:26 +0000 (18:28 +0000)
commit15c3e7dab522ec3aa49b1571dcfd079c62d49d40
tree30a98e6496752ebfb71ebf77d860efa8a515f0c0
parent1aeca1e8069ac5ff6c4e6ba35e7e1550d760461e
ReadSourceManagerBlock is skipping over records that can contain Blobs.  Not passing
in a StringRef to bind to them forces them to be unpacked into the Record as individual
bytes.  This is wasteful, but not likely to be measurable in this instance.

llvm-svn: 173066
clang/lib/Serialization/ASTReader.cpp