| Index: tools/clang/plugins/tests/inline_ctor.txt
|
| diff --git a/tools/clang/plugins/tests/inline_ctor.txt b/tools/clang/plugins/tests/inline_ctor.txt
|
| index bd2c53bc5ee05dce8db1e98c130d4fd7fc29ac3d..7652fb7c58fd2e607bc174928aad138ebf839965 100644
|
| --- a/tools/clang/plugins/tests/inline_ctor.txt
|
| +++ b/tools/clang/plugins/tests/inline_ctor.txt
|
| @@ -5,8 +5,17 @@ In file included from inline_ctor.cpp:5:
|
| ./inline_ctor.h:14:3: warning: [chromium-style] Complex destructor has an inline body.
|
| ~InlineCtorsArentOKInHeader() {}
|
| ^
|
| -./inline_ctor.h:82:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor.
|
| +./inline_ctor.h:31:25: warning: [chromium-style] Complex constructor has an inlined body.
|
| +INLINE_CTORS_IN_A_MACRO(InlineCtorsBehindAMacroArentOKInHeader);
|
| + ^
|
| +./inline_ctor.h:31:1: warning: [chromium-style] Complex destructor has an inline body.
|
| +INLINE_CTORS_IN_A_MACRO(InlineCtorsBehindAMacroArentOKInHeader);
|
| +^
|
| +./inline_ctor.h:25:5: note: expanded from macro 'INLINE_CTORS_IN_A_MACRO'
|
| + ~CLASS_NAME() {} \
|
| + ^
|
| +./inline_ctor.h:94:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor.
|
| struct FourNonTrivialMembers {
|
| ^
|
| -./inline_ctor.h:82:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor.
|
| -4 warnings generated.
|
| +./inline_ctor.h:94:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor.
|
| +6 warnings generated.
|
|
|