[clang] [RFC] Initial implementation of P2719 (PR #113510)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 1 07:07:43 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
----------------
AaronBallman wrote:
```suggestion
/// Only look for allocation functions in the global scope.
```
https://github.com/llvm/llvm-project/pull/113510
More information about the cfe-commits
mailing list