diff options
author | Justin Lebar <jlebar@google.com> | 2016-10-21 20:13:39 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-10-21 20:13:39 +0000 |
commit | ae90ad2065786be5168919740100258cf0fe43f9 (patch) | |
tree | 04cd6b38365c99d9b2d2d1be60f7368d9ce93ce2 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c9d66eb05b3e76e3d33e4f11525ef888f1629234 (diff) | |
download | bcm5719-llvm-ae90ad2065786be5168919740100258cf0fe43f9.tar.gz bcm5719-llvm-ae90ad2065786be5168919740100258cf0fe43f9.zip |
[clang-tidy] Don't use a SmallSetVector of an enum.
Summary:
This doesn't work after converting SmallSetVector to use DenseSet.
Instead we can just use a SmallVector.
Reviewers: timshen
Subscribers: nemanjai, cfe-commits
Differential Revision: https://reviews.llvm.org/D25647
llvm-svn: 284873
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions