diff options
author | Lang Hames <lhames@gmail.com> | 2012-03-27 19:10:45 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-03-27 19:10:45 +0000 |
commit | 5544bf1b8aae6227e036e9becaa55097289b3fa9 (patch) | |
tree | 8a89be8aa71d9eea2d5f14929a39e7196bdc730d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a25fe22198e3bceea575ca7b0f5d320079ca2901 (diff) | |
download | bcm5719-llvm-5544bf1b8aae6227e036e9becaa55097289b3fa9.tar.gz bcm5719-llvm-5544bf1b8aae6227e036e9becaa55097289b3fa9.zip |
Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values
will always be tiny sets, so DenseSet is overkill (SmallSet won't work as we
need iteration support).
llvm-svn: 153529
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions