[clang] Initial implementation of P2719 (PR #113510)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 09:54:56 PDT 2024


================
@@ -8126,7 +8143,7 @@ class Sema final : public SemaBase {
 
   /// The scope in which to find allocation functions.
   enum AllocationFunctionScope {
-    /// Only look for allocation functions in the global scope.
+    /// Only look for allocation functions in the global scope
----------------
erichkeane wrote:

unrelated change?

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


More information about the cfe-commits mailing list