[all-commits] [llvm/llvm-project] d39ebd: [analyzer] Cleanup a FIXME in SValBuilder.cpp
vabridgers via All-commits
all-commits at lists.llvm.org
Tue Aug 10 14:13:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d39ebdae674c8efc84ebe8dc32716ec353220530
https://github.com/llvm/llvm-project/commit/d39ebdae674c8efc84ebe8dc32716ec353220530
Author: Vince Bridgers <vince.a.bridgers at gmail.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
A clang/test/Analysis/solver-sym-simplification-bool.cpp
Log Message:
-----------
[analyzer] Cleanup a FIXME in SValBuilder.cpp
This change follows up on a FIXME submitted with D105974. This change simply let's the reference case fall through to return a concrete 'true'
instead of a nonloc pointer of appropriate length set to NULL.
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D107720
More information about the All-commits
mailing list