summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/PrintfFormatString.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-01-17 22:06:26 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-01-17 22:06:26 +0000
commit01a7fba820a612d55d2c09ab734f4c774ba6aa0a (patch)
treeb37845f3857ee871350de05eb01d34ba4547413c /clang/lib/Analysis/PrintfFormatString.cpp
parent50dc8a6a388f6fd1140a501b9e9f2d0ef2ef138d (diff)
downloadbcm5719-llvm-01a7fba820a612d55d2c09ab734f4c774ba6aa0a.tar.gz
bcm5719-llvm-01a7fba820a612d55d2c09ab734f4c774ba6aa0a.zip
-Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for
unsequenced operations in the RHS. We don't compare the RHS with the rest of the expression yet; such checks will need care to avoid diagnosing unsequenced operations which are both in conditionally-evaluated subexpressions which actually can't occur together, such as in '(b && ++x) + (!b && ++x)'. llvm-svn: 172760
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud