[all-commits] [llvm/llvm-project] e55133: [analyzer][MallocChecker][NFC] Change the use of I...

Kristóf Umann via All-commits all-commits at lists.llvm.org
Tue Feb 25 06:43:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e5513336aee4a9b10cb98f234145aeb4763fdd69
      https://github.com/llvm/llvm-project/commit/e5513336aee4a9b10cb98f234145aeb4763fdd69
  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