[all-commits] [llvm/llvm-project] d1df56: [Analyzer][StreamChecker] Use BugType instead of B...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Mon Jun 29 06:35:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d1df56023132914b877e34f6cf475758a96540f2
      https://github.com/llvm/llvm-project/commit/d1df56023132914b877e34f6cf475758a96540f2
  Author: Balázs Kéri <1.int32 at gmail.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

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

  Log Message:
  -----------
  [Analyzer][StreamChecker] Use BugType instead of BuiltinBug (NFC) .

Summary:
I do not like the BuiltinBug class.
And it takes no SuppressOnSink parameter that may be needed in the future.

Reviewers: Szelethus, baloghadamsoftware, gamesh411

Reviewed By: Szelethus

Subscribers: rnkovacs, xazax.hun, baloghadamsoftware, szepet, a.sidorin, mikhail.ramalho, Szelethus, donat.nagy, dkrupp, gamesh411, Charusso, martong, ASDenysPetrov, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list