[PATCH] D76724: Prevent immediate evaluations inside of decltype
    Wyatt Childers via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Mar 26 08:06:10 PDT 2020
    
    
  
wchilders abandoned this revision.
wchilders added a comment.
Thanks Tyker, you're right, there is a general problem that needs handled, if this is to be handled; I had a bit of tunnel vision here. However, I'm retracting/abandoning this patch entirely as upon further review, it's not standard compliant. The current situation, is actually the correct one (for now?).
>From [7.7.13] of the working draft:
> Note: A manifestly constant-evaluated expression is evaluated even in an unevaluated operand.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76724/new/
https://reviews.llvm.org/D76724
    
    
More information about the cfe-commits
mailing list