[clang][Interp] Lazily visit unknown global declarations
In C, we don't get a evaluateAsInitializer() call for all global declarations, yet we have to handle DeclRefExpr pointing to them. Differential Revision: https://reviews.llvm.org/D156794
Loading
Please sign in to comment