[cfe-commits] r165660 - in /cfe/trunk: lib/StaticAnalyzer/Core/MemRegion.cpp test/Analysis/unions.cpp

Eric Christopher echristo at gmail.com
Wed Oct 10 15:51:55 PDT 2012


Hi Jordan,

I've temporarily reverted this since the test you added was segfaulting.

On another note:

> -      if (!RD->isCompleteDefinition()) {
> +      if (/*RD->isUnion() || */!RD->isCompleteDefinition()) {


Commented out code?

-eric



More information about the cfe-commits mailing list