[all-commits] [llvm/llvm-project] 03693d: Revert "[analyzer] Simplify SVal for simple NonLoc...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Fri Sep 15 04:18:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03693d5b40f187921ead5a502fa3cf72ce30fea4
https://github.com/llvm/llvm-project/commit/03693d5b40f187921ead5a502fa3cf72ce30fea4
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
M clang/test/Analysis/symbol-simplification-nonloc-loc.cpp
Log Message:
-----------
Revert "[analyzer] Simplify SVal for simple NonLoc->Loc casts (#66463)"
This reverts commit 3ebf3dd30da219f9f9aee12f42d45d18d55e7580.
I thought "Mergeing" will wait and confirm if the checks pass, and only
merge it if they succeed. Apparently, it's not the case here xD
The test is just broken in x86. See:
https://lab.llvm.org/buildbot/#/builders/109/builds/73686
More information about the All-commits
mailing list