[all-commits] [llvm/llvm-project] b22b97: [Analyzer] Use of BugType in DereferenceChecker (N...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Wed Jul 29 23:30:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b22b97b3d0c08485d478073d6a2a6e769af7a2af
      https://github.com/llvm/llvm-project/commit/b22b97b3d0c08485d478073d6a2a6e769af7a2af
  Author: Balázs Kéri <1.int32 at gmail.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp

  Log Message:
  -----------
  [Analyzer] Use of BugType in DereferenceChecker (NFC).

Use of BuiltinBug is replaced by BugType.
Class BuiltinBug seems to have no benefits and is confusing.

Reviewed By: Szelethus, martong, NoQ, vsavchenko

Differential Revision: https://reviews.llvm.org/D84494




More information about the All-commits mailing list