]> granicus.if.org Git - clang/commit
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)
commitb7551f71a4c5a901bbae72b0a80af3745b7a0c0d
treeef4176317eab13ec8774bfae8a6b3295eacfa33a
parent83f25ba0499f18b91501fb6538c49ebc7827bea0
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...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173689 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceManager.h