[all-commits] [llvm/llvm-project] 81e444: [analyzer][NFC] Move overconstrained check from re...

Gabor Marton via All-commits all-commits at lists.llvm.org
Thu Jun 2 02:41:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81e44414aa925f5dcaf05ef658d1bffd8937ef4c
      https://github.com/llvm/llvm-project/commit/81e44414aa925f5dcaf05ef658d1bffd8937ef4c
  Author: Gabor Marton <gabor.marton at ericsson.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp

  Log Message:
  -----------
  [analyzer][NFC] Move overconstrained check from reAssume to assumeDualImpl

Depends on D126406. Checking of the overconstrained property is much
better suited here.

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




More information about the All-commits mailing list