[all-commits] [llvm/llvm-project] a1025e: [analyzer] Introduce clang_analyzer_dumpSvalType i...

Balazs Benics via All-commits all-commits at lists.llvm.org
Fri May 13 08:08:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1025e6ffe9b43afb9c6569423c4ea1d0ba8ecf2
      https://github.com/llvm/llvm-project/commit/a1025e6ffe9b43afb9c6569423c4ea1d0ba8ecf2
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/test/Analysis/expr-inspection.c

  Log Message:
  -----------
  [analyzer] Introduce clang_analyzer_dumpSvalType introspection function

In some rare cases the type of an SVal might be interesting.
This introspection function exposes this information in tests.

Reviewed By: martong

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


  Commit: e8cae487022c2216182ae1ec24f248f287a614b7
      https://github.com/llvm/llvm-project/commit/e8cae487022c2216182ae1ec24f248f287a614b7
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/mylib.h
    R clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-extern-c.cpp

  Log Message:
  -----------
  Revert "[clang-tidy] modernize-deprecated-headers check should respect extern "C" blocks"

This reverts commit 7e3ea55da88a9d7feaa22f29d51f89fd0152a189.

Looks like this breaks tests: http://45.33.8.238/linux/76033/step_8.txt


Compare: https://github.com/llvm/llvm-project/compare/d5ffc1ed8b62...e8cae487022c


More information about the All-commits mailing list