summaryrefslogtreecommitdiff
path: root/unittests/Tooling
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-09-12 18:49:10 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-09-12 18:49:10 +0000
commit8a1fdfc69cc6c2ccbfd57fc8ff643c589da9df9b (patch)
tree4841f48cc5fd302a5a33d232fbcf8298054abee0 /unittests/Tooling
parentaaaa2a1889fe882e7e41048e3b298ca594454eb1 (diff)
downloadclang-8a1fdfc69cc6c2ccbfd57fc8ff643c589da9df9b.tar.gz
clang-8a1fdfc69cc6c2ccbfd57fc8ff643c589da9df9b.tar.bz2
clang-8a1fdfc69cc6c2ccbfd57fc8ff643c589da9df9b.tar.xz
PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a
variable uninitialized every time we reach its (reachable) declaration, or every time we call the surrounding function, promote the warning from -Wmaybe-uninitialized to -Wsometimes-uninitialized. This is still slightly weaker than desired: we should, in general, warn if a use is uninitialized the first time it is evaluated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling')
0 files changed, 0 insertions, 0 deletions