Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Jan 2013 15:39:10 +0000 (15:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Jan 2013 15:39:10 +0000 (15:39 +0000)
commit2f4d7ba6669c5b1e049aa4cf18cdf29c96b44797
tree2a7ae44a8907615dd9344d5d0b28df7d85813aa2
parentd2639ef5029b0d29f4ef643f759e987aa29f65a6
Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a
better job with them. Shaves off 0.7% of -fparse-only time for a
modules test case. Sure makes you wonder...

llvm-svn: 173689
clang/include/clang/Basic/SourceManager.h