[PATCH] D64146: [Clang Interpreter] Initial patch for the constexpr interpreter
    Nandor Licker via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep  4 06:58:17 PDT 2019
    
    
  
nand added a comment.
The existing evaluator is not a separate library to start with. Given the tangling between ExprConstants.cpp and the AST nodes, I don't really see any elegant way of dealing with this problem.
An example of the problem is `FieldDecl::getBitWidthValue`.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64146/new/
https://reviews.llvm.org/D64146
    
    
More information about the llvm-commits
mailing list