[all-commits] [llvm/llvm-project] 7ebf64: [clang][analyzer][NFC] Use the operator new direct...
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Wed May 31 11:18:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ebf64f7e934a5e42d550194604b613113132bc0
https://github.com/llvm/llvm-project/commit/7ebf64f7e934a5e42d550194604b613113132bc0
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang/lib/Analysis/CFG.cpp
M clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
M clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
Log Message:
-----------
[clang][analyzer][NFC] Use the operator new directly with the `BumpPtrAllocator`
Reviewed By: xazax.hun
Differential Revision: https://reviews.llvm.org/D151818
More information about the All-commits
mailing list