[clang] [Clang] Eagerly instantiate used constexpr function upon definition. (PR #73463)

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 11:55:40 PST 2023


================
@@ -181,6 +181,9 @@ class ExternalSemaSource : public ExternalASTSource {
                  SmallVectorImpl<std::pair<ValueDecl *,
                                            SourceLocation> > &Pending) {}
 
+  virtual void ReadPendingOfInstantiationsForConstexprEntity(
----------------
zygoloid wrote:

The "Of" here seems out of place; maybe remove it? You also have an inconsistent "Of" vs "For" after "Instantiations". Would be good to use a consistent spelling.

https://github.com/llvm/llvm-project/pull/73463


More information about the cfe-commits mailing list