Avoid malloc thrashing on the std::vector for ConditionalStack.  Because
there is one of these per header, this almost always gets alloc/free'd for
each #ifdef.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62451 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed