diff options
author | Felix Berger <flx@google.com> | 2016-02-15 04:27:56 +0000 |
---|---|---|
committer | Felix Berger <flx@google.com> | 2016-02-15 04:27:56 +0000 |
commit | ffae543b39ca51bf0108593689e143a50aea9087 (patch) | |
tree | 17fe1343ca0126684bdf2be939bcd6289058b9eb /lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp | |
parent | cc9df3b9cc5f8c8671c91775ba7f3c410650f72c (diff) | |
download | bcm5719-llvm-ffae543b39ca51bf0108593689e143a50aea9087.tar.gz bcm5719-llvm-ffae543b39ca51bf0108593689e143a50aea9087.zip |
[clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.
Summary:
This patch is a continuation of http://reviews.llvm.org/D10553 by Jonathan B Coe.
The main additions are:
1. For C++11 the check suggests in-class field initialization as fix. This
makes the fields future proof towards the addition of new constructors.
2 For older language versions the fields are added in the right position
in the initializer list with more tests.
3. User documentation.
Reviewers: alexfh, jbcoe
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D16517
llvm-svn: 260873
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp')
0 files changed, 0 insertions, 0 deletions