[all-commits] [llvm/llvm-project] eadd54: [analyzer] Decouple NoteTag from its Factory

Valeriy Savchenko via All-commits all-commits at lists.llvm.org
Tue Jun 15 01:59:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eadd54f2741f9dc7307512382a7c8fb49aa840d0
      https://github.com/llvm/llvm-project/commit/eadd54f2741f9dc7307512382a7c8fb49aa840d0
  Author: Valeriy Savchenko <vsavchenko at apple.com>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp

  Log Message:
  -----------
  [analyzer] Decouple NoteTag from its Factory

This allows us to create other types of tags that carry useful
bits of information alongside.

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




More information about the All-commits mailing list