[TableGen] Minor clean-ups. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 1 Dec 2016 00:13:18 +0000 (00:13 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 1 Dec 2016 00:13:18 +0000 (00:13 +0000)
commit1881a573e9b81edc307d714a4fc8110b4a2a763a
tree497e41714682719e8aa18f02e860b991a0102040
parent7747d703e3c21ed2d16ba88382b8fb57389e085a
[TableGen] Minor clean-ups. NFC.

Primarily: try to use DenseSet<StringRef> instead of
std::set<std::string>, and use pretty range algos where we can.

Small sizes were arbitrarily chosen.

llvm-svn: 288297
clang/utils/TableGen/ClangAttrEmitter.cpp