]> granicus.if.org Git - clang/commit
[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)
commitee1551204c97eb14976f0467cf7020465b191187
tree6444c452141a9922f24079c06f134ee819655f2f
parente6a9e3fa570f90f6f9003f09632195ab4f73143e
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288297 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp