]> granicus.if.org Git - clang/commit
Fixed a masked bug when iterating over the child expressions of SizeOfAlignOfTypeExpr...
authorTed Kremenek <kremenek@apple.com>
Tue, 7 Oct 2008 23:07:10 +0000 (23:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 7 Oct 2008 23:07:10 +0000 (23:07 +0000)
commitb84887d99d97e332c11af4ca57b48a8976655183
treeede388ac9906cbf2229810e62305be78d246f87d
parent401adfad4af45b083ad067f3ebec5cf23a1e91cf
Fixed a masked bug when iterating over the child expressions of SizeOfAlignOfTypeExpr.  This bug was unmasked by recent changes to StmtIterator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp