Go to file
Bob Wilson bf43619131 Fix failure messages in Verifier::PerformTypeCheck. The argument numbers
passed in to this function changed to support multiple return values,
leading to some incorrect argument numbers in the failure messages.
With this change, the ArgNo values used for return values and parameters are
disjoint, and the new IntrinsicParam function translates those ArgNo values
to strings that can be used in the messages.  This also fixes a few places
where PerformTypeCheck did not return false following calls to CheckFailed.

llvm-svn: 61903
2009-01-08 01:56:06 +00:00
clang Refactor CacheTokens to use a PTHWriter class that creates and manages most of the PTH generation data structures. No functionality change. 2009-01-08 01:17:37 +00:00
llvm Fix failure messages in Verifier::PerformTypeCheck. The argument numbers 2009-01-08 01:56:06 +00:00