On Thu, Feb 9, 2012 at 10:14 AM, Douglas Gregor <[email protected]> wrote:
> Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=150163&r1=150162&r2=150163&view=diff
> ==============================================================================
> --- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
> +++ cfe/trunk/lib/Sema/SemaExpr.cpp Thu Feb  9 02:14:43 2012
[...]
> @@ -9318,6 +9347,8 @@
>     CleanupVarDeclMarking();
>     std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs);
>
> +    if (Rec.Context == Unevaluated) {
> +    }
>   // Otherwise, merge the contexts together.
>   } else {
>     ExprNeedsCleanups |= Rec.ParentNeedsCleanups;

Was that really intended to be a no-op if?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to