diff options
author | Alexander Kornienko <alexfh@google.com> | 2016-04-13 11:35:47 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2016-04-13 11:35:47 +0000 |
commit | 855d97e30caedfa0dea3adf8928f71b16dd8a907 (patch) | |
tree | 675cf9ce2fd58594116ad39ec522b37920e95942 /lldb/packages/Python/lldbsuite/test | |
parent | 4191b90c7560c500cb67defbb10c9ab3bc0563c7 (diff) | |
download | bcm5719-llvm-855d97e30caedfa0dea3adf8928f71b16dd8a907.tar.gz bcm5719-llvm-855d97e30caedfa0dea3adf8928f71b16dd8a907.zip |
Complete support for C++ Core Guidelines Type.6: Always initialize a member variable.
Summary: Added the remaining features needed to satisfy C++ Core Guideline Type.6: Always initialize a member variable to cppcoreguidelines-pro-type-member-init. The check now flags all default-constructed uses of record types without user-provided default constructors that would leave their memory in an undefined state. The check suggests value initializing them instead.
Reviewers: flx, alexfh, aaron.ballman
Subscribers: klimek, aaron.ballman, LegalizeAdulthood, cfe-commits
Patch by Michael Miller!
Differential Revision: http://reviews.llvm.org/D18584
llvm-svn: 266191
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions