[PATCH] D147844: [clang][Sema]Print diagnostic warning about precedence when integer expression is used without parentheses in an conditional operator expression
NagaChaitanya Vellanki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 30 17:11:35 PDT 2023
chaitanyav updated this revision to Diff 557513.
chaitanyav added a comment.
rebase upstream changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147844/new/
https://reviews.llvm.org/D147844
Files:
clang/docs/ReleaseNotes.rst
clang/lib/Sema/SemaExpr.cpp
clang/test/Analysis/uninit-vals.c
clang/test/Sema/integer-overflow.c
clang/test/Sema/parentheses.c
clang/test/Sema/parentheses.cpp
clang/test/SemaCXX/array-bounds.cpp
clang/test/SemaCXX/integer-overflow.cpp
libcxx/include/__chrono/duration.h
libcxx/include/strstream
libcxx/test/libcxx/algorithms/nth_element_stability.pass.cpp
libcxx/test/libcxx/algorithms/partial_sort_stability.pass.cpp
libcxx/test/libcxx/algorithms/sort_stability.pass.cpp
libcxx/test/std/containers/unord/unord.map/eq.different_hash.pass.cpp
libcxx/test/std/containers/unord/unord.multimap/eq.different_hash.pass.cpp
libcxx/test/std/containers/unord/unord.multiset/eq.different_hash.pass.cpp
libcxx/test/std/containers/unord/unord.set/eq.different_hash.pass.cpp
libcxxabi/src/cxa_personality.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147844.557513.patch
Type: text/x-patch
Size: 18053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20231001/d67e8e41/attachment-0001.bin>
More information about the cfe-commits
mailing list