[clang] [clang] Add method 'backupStr' to ASTContext (PR #99417)

2024-07-23 Thread Youngsuk Kim via cfe-commits
https://github.com/JOE1994 closed https://github.com/llvm/llvm-project/pull/99417 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add method 'backupStr' to ASTContext (PR #99417)

2024-07-18 Thread Youngsuk Kim via cfe-commits
https://github.com/JOE1994 edited https://github.com/llvm/llvm-project/pull/99417 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Add method 'backupStr' to ASTContext (PR #99417)

2024-07-17 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Youngsuk Kim (JOE1994) Changes Method 'backupStr' extracts common code of manually allocating memory with ASTContext to hold a copy of a string's contents. --- Full diff: https://github.com/llvm/llvm-project/pull/99417.diff 4 Files Affe

[clang] [clang] Add method 'backupStr' to ASTContext (PR #99417)

2024-07-17 Thread Youngsuk Kim via cfe-commits
https://github.com/JOE1994 created https://github.com/llvm/llvm-project/pull/99417 Method 'backupStr' extracts common code of manually allocating memory with ASTContext to hold a copy of a string's contents. >From a2c89a383b340c1da61c6c32790f4cd03976c3a0 Mon Sep 17 00:00:00 2001 From: Youngsuk