[all-commits] [llvm/llvm-project] 95862d: [clang] Fix manual memory management with SmallVec...
Bogdan Vetrenko via All-commits
all-commits at lists.llvm.org
Mon Jul 7 05:09:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95862d0897352de4bc7f4815def819639533bfc7
https://github.com/llvm/llvm-project/commit/95862d0897352de4bc7f4815def819639533bfc7
Author: Bogdan Vetrenko <68546200+bv2k4 at users.noreply.github.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M clang/lib/AST/TypeLoc.cpp
Log Message:
-----------
[clang] Fix manual memory management with SmallVector in ConceptRef (#147231)
This change replaces manual `new[]`/`delete[]` with `llvm::SmallVector`
for `TemplateArgumentLocInfo` in `createTrivialConceptReference`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list