Go to file
Duncan Sands c4ce58d8fe Don't access the first element of a potentially empty
vector (&Formals[0]).  With this change llvm-gcc builds
with expensive checking enabled for C, C++ and Fortran.
While there, change a std::vector into a SmallVector.
This is partly gratuitous, but mostly because not all
STL vector implementations define the data method (and
it should be faster).

llvm-svn: 79237
2009-08-17 14:33:27 +00:00
clang adjust indentation. 2009-08-17 14:13:14 +00:00
compiler-rt Temporary define HAVE_SYSCONF until cmake checks are done. 2009-08-10 01:02:16 +00:00
llvm Don't access the first element of a potentially empty 2009-08-17 14:33:27 +00:00