[all-commits] [llvm/llvm-project] 177e5a: [Sema] Promote SmallSet of enum to bitset
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Jul 20 08:38:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 177e5acbe4b9ca0df3edd6b720ea8851c33baba2
https://github.com/llvm/llvm-project/commit/177e5acbe4b9ca0df3edd6b720ea8851c33baba2
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaType.cpp
Log Message:
-----------
[Sema] Promote SmallSet of enum to bitset
Even with 300 elements, this still consumes less stack space than the
SmallSet. NFCI.
More information about the All-commits
mailing list