[all-commits] [llvm/llvm-project] ad4a51: [clang][CFG] Cleanup functions
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Sep 19 02:57:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad4a5130277776d8f15f40ac5a6dede6ad3aabfb
https://github.com/llvm/llvm-project/commit/ad4a5130277776d8f15f40ac5a6dede6ad3aabfb
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M clang/include/clang/Analysis/CFG.h
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/PathDiagnostic.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/test/Analysis/scopes-cfg-output.cpp
Log Message:
-----------
[clang][CFG] Cleanup functions
Add declarations declared with attribute(cleanup(...)) to the CFG,
similar to destructors.
Differential Revision: https://reviews.llvm.org/D157385
More information about the All-commits
mailing list