[PATCH] D74130: [clang] fix consteval call in default arguments
    Tyker via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Oct 27 10:04:36 PDT 2021
    
    
  
Tyker added inline comments.
================
Comment at: clang/lib/Parse/ParseDecl.cpp:2393
 
       InitScope.pop();
 
----------------
aaron.ballman wrote:
> Is there a reason we're not moving this one to below `AddInititializerToDecl()` as we did elsewhere?
yes, It was causing a few test failures, i didn't investigate much further.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74130/new/
https://reviews.llvm.org/D74130
    
    
More information about the cfe-commits
mailing list