[all-commits] [llvm/llvm-project] cf7cd6: [analyzer] Check for std::__addressof for inner po...
Ali Shuja Siddiqui via All-commits
all-commits at lists.llvm.org
Tue May 3 05:05:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf7cd664f3fd212c0f1e4a83fd2fe96902569d20
https://github.com/llvm/llvm-project/commit/cf7cd664f3fd212c0f1e4a83fd2fe96902569d20
Author: Ali Shuja Siddiqui <alishuja at gmail.com>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
M clang/test/Analysis/inner-pointer.cpp
Log Message:
-----------
[analyzer] Check for std::__addressof for inner pointer checker
This is an extension to diff D99260. This adds an additional exception
for `std::__addressof` in `InnerPointerChecker`.
Patch By alishuja (Ali Shuja Siddiqui)!
Reviewed By: martong, alishuja
Differential Revision: https://reviews.llvm.org/D109467
More information about the All-commits
mailing list