[cfe-commits] r104169 - in /cfe/trunk: include/clang/AST/TypeLoc.h lib/Frontend/PCHReader.cpp lib/Frontend/PCHWriter.cpp lib/Parse/ParseDecl.cpp lib/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaType.cpp lib/Sema/TreeTransform.h

Abramo Bagnara abramo.bagnara at gmail.com
Fri May 28 10:53:53 PDT 2010


Il 28/05/2010 19:33, Douglas Gregor ha scritto:
> Hi Abramo,
> 
> This patch appears to be causing some valgrind failures in Clang, which you can see here:
> 
> 	http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/1033
> 
> It looks like it's a problem with the inner parts of ElaboratedTypeLoc not getting initialized (the FIXMEs).

Do you have any suggestion about how to fix that?




More information about the cfe-commits mailing list