Go to file
Jay Foad acf199e4cd Tighten up the asserts in SmallVector::operator[]().
If this causes any new assertion failures that I didn't catch in
testing, the fix is usually to change "&v[0]" to "v.data()" for some
SmallVector v.

llvm-svn: 72221
2009-05-21 19:48:58 +00:00
clang Template instantiation for unary type traits, e.g., __is_pod 2009-05-21 18:55:48 +00:00
llvm Tighten up the asserts in SmallVector::operator[](). 2009-05-21 19:48:58 +00:00