diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-02-01 17:43:21 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-02-01 17:43:21 +0000 |
commit | 5b4288440dd011062210c9f9e6ce4c50b03f4efb (patch) | |
tree | 533eddcfd9a57ea51e5f99f081a23e09a5e6e7a0 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | ba357296e7bb1c479bc3423f2c899b19481c6eb1 (diff) | |
download | llvm-5b4288440dd011062210c9f9e6ce4c50b03f4efb.zip llvm-5b4288440dd011062210c9f9e6ce4c50b03f4efb.tar.gz llvm-5b4288440dd011062210c9f9e6ce4c50b03f4efb.tar.bz2 |
Add temporary hack to -Wuninitialize to create a separate CFG (for C++ code) that doesn't include implicit dtors.
Implicit dtors confuse the ad hoc path-sensitivity of UninitializedValuesV2.cpp. This isn't
the ideal solution, as it will directly impact compile time, but should significantly reduce
the noise of -Wuninitialized on some code bases.
This immediately "fixes" the false positive reported in PR 9063, although this
isn't the right fix in the long run.
llvm-svn: 124667
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions