[PATCH] D151094: [clang][wip] Implement P2564 "consteval must propagate up"
    Timm Bäder via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon May 22 07:16:29 PDT 2023
    
    
  
tbaeder added inline comments.
================
Comment at: clang/include/clang/AST/Decl.h:2391
+
+  bool isImmediateFunction() const;
+
----------------
Some documentation on the new API would be useful; seems like most calls to `isConsteval()` should be using `isImmediateFunction()` instead?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151094/new/
https://reviews.llvm.org/D151094
    
    
More information about the cfe-commits
mailing list