<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sebastian Redl wrote:
<blockquote cite="mid:d850109fc89d4ffcad0eb398d8bd02bb@localhost"
type="cite">
<pre wrap="">On Wed, 25 Nov 2009 00:38:36 -0000, Douglas Gregor <a class="moz-txt-link-rfc2396E" href="mailto:dgregor@apple.com"><dgregor@apple.com></a>
wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Author: dgregor
Date: Tue Nov 24 18:38:36 2009
New Revision: 89822
URL: <a class="moz-txt-link-freetext" href="http://llvm.org/viewvc/llvm-project?rev=89822&view=rev">http://llvm.org/viewvc/llvm-project?rev=89822&view=rev</a>
Log:
Qualify the name of the llvm::cast template. I am somewhat amazed that
</pre>
</blockquote>
<pre wrap=""><!---->GCC
</pre>
<blockquote type="cite">
<pre wrap="">parsed this
</pre>
</blockquote>
<pre wrap=""><!---->
Doesn't some AST header import cast & friends into the Clang namespace?
It's likely that this header was always included before Redeclarable.h.
</pre>
</blockquote>
<br>
It's Type.h, which is included pretty much universally.<br>
<br>
using llvm::isa;<br>
using llvm::cast;<br>
using llvm::cast_or_null;<br>
using llvm::dyn_cast;<br>
using llvm::dyn_cast_or_null;<br>
<br>
John.
</body>
</html>