Summary: The patch is fixing the generation of clang-tidy documentation.
Reviewers: alexfh
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D19121
llvm-svn: 266333
direct base class of this kind.
The check has two complementary aspects:
+
1. Ensure every constructor for a record type needing initialization
value-initializes all members and direct bases via a combination of
in-class initializers and the member initializer list.
not actually deleted by the compiler.
.. code:: c++
+
class Example {
public:
// This constructor is deleted because I is missing a default value.