[all-commits] [llvm/llvm-project] 18cd29: [analyzer][MallocChecker][NFC] Change the use of I...
Kristóf Umann via All-commits
all-commits at lists.llvm.org
Tue Feb 25 06:41:26 PST 2020
Branch: refs/heads/official/master
Home: https://github.com/llvm/llvm-project
Commit: 18cd29520bfa2ca714a884b69493125f53f9ab06
https://github.com/llvm/llvm-project/commit/18cd29520bfa2ca714a884b69493125f53f9ab06
Author: Kristóf Umann <dkszelethus at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
M clang/test/Analysis/kmalloc-linux.c
A clang/test/Analysis/malloc-annotations.cpp
Log Message:
-----------
[analyzer][MallocChecker][NFC] Change the use of IdentifierInfo* to CallDescription
Exactly what it says on the tin! I decided not to merge this with the patch that
changes all these to a CallDescriptionMap object, so the patch is that much more
trivial.
Differential Revision: https://reviews.llvm.org/D68163
More information about the All-commits
mailing list