diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-07-22 11:47:54 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-07-22 11:47:54 +0000 |
commit | f3af4af6b5ca904c83d9846321d2618b920df2a3 (patch) | |
tree | 4c3a86322a870f8799bd8151662e42869a7b80c9 /clang/lib/Sema/SemaDecl.cpp | |
parent | 56e2c62a8d1bc3337f022c02c3865916faa9f440 (diff) | |
download | bcm5719-llvm-f3af4af6b5ca904c83d9846321d2618b920df2a3.tar.gz bcm5719-llvm-f3af4af6b5ca904c83d9846321d2618b920df2a3.zip |
[GMR] Switch from std::set to SmallPtrSet. NFC.
This almost certainly doesn't matter in some deep sense, but std::set is
essentially always going to be slower here. Now the alias query should
be essentially constant time instead of having to chase the set tree
each time.
llvm-svn: 242893
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions