Go to file
Chris Lattner 5455db4273 make sure that UINTMAX_MAX has an unsigned type. This assumes that
uintmax_t is unsigned long long, which is not optimal, but is assumed 
elsewhere already.

llvm-svn: 64007
2009-02-07 06:38:06 +00:00
clang make sure that UINTMAX_MAX has an unsigned type. This assumes that 2009-02-07 06:38:06 +00:00
llvm Add an API for strings with possible NULLs in the middle. Refactor the other 2009-02-07 04:57:08 +00:00