[all-commits] [llvm/llvm-project] 58884e: [analyzer][NFC] Refactor the checker registration ...

Kristóf Umann via All-commits all-commits at lists.llvm.org
Mon Mar 9 08:48:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 58884eb6489880646896d72fcd723813f8a13299
      https://github.com/llvm/llvm-project/commit/58884eb6489880646896d72fcd723813f8a13299
  Author: Kirstóf Umann <dkszelethus at gmail.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    A clang/unittests/StaticAnalyzer/CheckerRegistration.h
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp

  Log Message:
  -----------
  [analyzer][NFC] Refactor the checker registration unit test file

Nothing exciting to see here! The new interface allows for more fine tuning
(register but disable a checker, add custom checker registry functions, etc),
that was basically the point.

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




More information about the All-commits mailing list