]> granicus.if.org Git - clang/commit
Fix the definition of AsTypeExpr. I'm still not sure this
authorJohn McCall <rjmccall@apple.com>
Fri, 15 Jul 2011 06:56:33 +0000 (06:56 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 15 Jul 2011 06:56:33 +0000 (06:56 +0000)
commit379010addb0e84fd0fbc37c829baf658958521bd
tree9cb94b952fbe97fb786d8d791e2bfa0d7dab7eb0
parentd26c07142710790b820a66245939668f62eaf2d9
Fix the definition of AsTypeExpr.  I'm still not sure this
is right --- shouldn't there be a TypeLoc in here somewhere? ---
but at least it doesn't have a redundant QualType and a broken
children() method.

Noticed this while doing things in serialization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135257 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/CodeGen/CGExprScalar.cpp