[PATCH] D152093: [clang][Analysis] Handle && and || against variable and its negation as tautology
Takuya Shimizu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 17 01:56:30 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
hazohelet marked an inline comment as done.
Closed by commit rGb3469ce6f80b: [clang][Analysis] Handle && and || against variable and its negation as… (authored by hazohelet).
Changed prior to commit:
https://reviews.llvm.org/D152093?vs=545213&id=551047#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152093/new/
https://reviews.llvm.org/D152093
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Analysis/CFG.h
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Analysis/CFG.cpp
clang/lib/Sema/AnalysisBasedWarnings.cpp
clang/test/Analysis/temp-obj-dtors-cfg-output.cpp
clang/test/Misc/warning-wall.c
clang/test/SemaCXX/tautological-negation-compare.cpp
clang/test/SemaCXX/warn-infinite-recursion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152093.551047.patch
Type: text/x-patch
Size: 10721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230817/3f3b8d19/attachment.bin>
More information about the cfe-commits
mailing list