[cfe-commits] r80642 - in /cfe/trunk: include/clang/AST/Expr.h include/clang/AST/ExprCXX.h include/clang/AST/StmtNodes.def lib/AST/Expr.cpp lib/AST/StmtPrinter.cpp lib/AST/StmtProfile.cpp lib/Analysis/GRExprEngine.cpp lib/CodeGen/CGExpr.cpp lib/S

Douglas Gregor dgregor at apple.com
Thu Sep 3 22:07:22 PDT 2009


On Sep 3, 2009, at 9:19 PM, Daniel Dunbar wrote:
> I'm not confident in my analysis, but I think this commit added a
> HasQualifier field to the MemberExpr which is not initialized by PCH.
> This is showing up in valgrind failures on the index tests:
>  http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/3/steps/test-clang/logs/stdio

Your analysis is correct; thanks for the heads-up! Fixed in r80984.

   - Doug



More information about the cfe-commits mailing list