llvm/include
Matthias Braun c2d3726c27 SmallSet/SmallPtrSet: Refuse huge Small numbers
These sets do linear searching in small mode; It is not a good idea to
use huge numbers as the small value here, save people from themselves by
adding a static_assert.

Differential Revision: http://reviews.llvm.org/D16706

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259419 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-01 22:05:16 +00:00
..
llvm SmallSet/SmallPtrSet: Refuse huge Small numbers 2016-02-01 22:05:16 +00:00
llvm-c Make some headers self-contained, remove unused includes that violate layering. 2016-01-27 16:05:37 +00:00