This doesn't work after converting SmallSetVector to use DenseSet.
Instead we can just use a SmallVector.
Differential D25647
[clang-tidy] Don't use a SmallSetVector of an enum. jlebar on Oct 15 2016, 3:54 PM. Authored by
Details This doesn't work after converting SmallSetVector to use DenseSet. Instead we can just use a SmallVector.
Diff Detail
Event TimelineComment Actions Hi, friendly ping? This trivial patch is the only blocker remaining before I can land D25648, which is the first part of my Grand Set Refactoring (see mail to llvm-dev about a week ago). Comment Actions Thank you very much for the review!
Comment Actions This comment has been deleted.
Comment Actions Adjust formatting, write out type of 'auto'.
|
Please don't use auto since the type is not spelled out in the initializer.