[cfe-commits] r72134 - in /cfe/trunk: include/clang/AST/Expr.h lib/Sema/SemaTemplateInstantiateExpr.cpp test/SemaTemplate/instantiate-expr-3.cpp
Douglas Gregor
dgregor at apple.com
Tue May 19 15:18:31 PDT 2009
On May 19, 2009, at 2:01 PM, Eli Friedman wrote:
> On Tue, May 19, 2009 at 1:55 PM, Douglas Gregor <dgregor at apple.com>
> wrote:
>> Author: dgregor
>> Date: Tue May 19 15:55:31 2009
>> New Revision: 72134
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=72134&view=rev
>> Log:
>> Template instantiation for __builtin_types_compatible_p.
>
> Should this be legal in C++? It's not exactly clear what it should
> return, and g++ doesn't support it.
Good point. Let's ban it in C++. (Commit coming soon)
- Doug
More information about the cfe-commits
mailing list