Go to file
Chris Lattner 6d29c10564 Change a couple of the Parser::Diag methods to return DiagnosticInfo
and let the clients push whatever they want into the DiagnosticInfo
instead of hard coding a few forms.  Also switch various clients to
use Diag(Tok, ...) instead of Diag(Tok.getLocation(), ...) as the
canonical form to simplify the code a bit.

llvm-svn: 59509
2008-11-18 07:48:38 +00:00
clang Change a couple of the Parser::Diag methods to return DiagnosticInfo 2008-11-18 07:48:38 +00:00
llvm A simple test for stack protectors. This should be valid on all platforms. 2008-11-18 07:34:50 +00:00