On Oct 23, 2009, at 6:03 PM, Ted Kremenek wrote: > Hi Fariborz, > > It's great that you did this, but please don't use alloca. It's not > portable, and is strictly prohibited in the LLVM codebase. Please > use a SmallVector or something else.
It is apparently portable enough to be used extensively in gcc front- end. But I agree that in clang land we should have a container-based solution. I did this on top of what was already there. Long term (soon), I will convert this unless Mike beat me to it. - Fariborz _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
