[clang] [RFC] Initial implementation of P2719 (PR #113510)
Oliver Hunt via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 21:52:44 PST 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
----------------
ojhunt wrote:
*looks shifty*
Nope, 100% absolutely critical for correctness
https://github.com/llvm/llvm-project/pull/113510
More information about the cfe-commits
mailing list