[all-commits] [llvm/llvm-project] 0998e3: [clang] Add method 'backupStr' to ASTContext (#99417)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Tue Jul 23 01:13:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0998e3c4e66ded6e42b8ce162748df05b5ddb627
https://github.com/llvm/llvm-project/commit/0998e3c4e66ded6e42b8ce162748df05b5ddb627
Author: Youngsuk Kim <joseph942010 at gmail.com>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/lib/AST/ASTConcept.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
Log Message:
-----------
[clang] Add method 'backupStr' to ASTContext (#99417)
Method 'backupStr' extracts common code of dynamically allocating memory
with ASTContext to hold a copy of a string's contents.
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