================
@@ -15811,6 +15813,30 @@ class Sema final : public SemaBase {
   void performFunctionEffectAnalysis(TranslationUnitDecl *TU);
 
   ///@}
+
+  //
+  //
+  // -------------------------------------------------------------------------
+  //
+  //
+
+  /// \name Language-Mandated Constant Evaluation
+  /// Implementations are in SemaEval.cpp
----------------
katzdm wrote:

But I think the comment is okay as-is: the "`Implementations are in Sema*.cpp`" 
format is prettty standard across the various sections of `Sema.h`, and it is 
the case that `makeSemaProxyForEval()` is implemented in that file. Let me know 
if that sounds right.

https://github.com/llvm/llvm-project/pull/205557
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to