| OLD | NEW |
| 1 In file included from inline_ctor.cpp:5: | 1 In file included from inline_ctor.cpp:7: |
| 2 ./inline_ctor.h:13:3: warning: [chromium-style] Complex constructor has an inlin
ed body. | 2 ./inline_ctor.h:13:3: warning: [chromium-style] Complex constructor has an inlin
ed body. |
| 3 InlineCtorsArentOKInHeader() {} | 3 InlineCtorsArentOKInHeader() {} |
| 4 ^ | 4 ^ |
| 5 ./inline_ctor.h:14:3: warning: [chromium-style] Complex destructor has an inline
body. | 5 ./inline_ctor.h:14:3: warning: [chromium-style] Complex destructor has an inline
body. |
| 6 ~InlineCtorsArentOKInHeader() {} | 6 ~InlineCtorsArentOKInHeader() {} |
| 7 ^ | 7 ^ |
| 8 ./inline_ctor.h:82:1: warning: [chromium-style] Complex class/struct needs an ex
plicit out-of-line constructor. | 8 ./inline_ctor.h:31:25: warning: [chromium-style] Complex constructor has an inli
ned body. |
| 9 INLINE_CTORS_IN_A_MACRO(InlineCtorsBehindAMacroArentOKInHeader); |
| 10 ^ |
| 11 ./inline_ctor.h:31:1: warning: [chromium-style] Complex destructor has an inline
body. |
| 12 INLINE_CTORS_IN_A_MACRO(InlineCtorsBehindAMacroArentOKInHeader); |
| 13 ^ |
| 14 ./inline_ctor.h:25:5: note: expanded from macro 'INLINE_CTORS_IN_A_MACRO' |
| 15 ~CLASS_NAME() {} \ |
| 16 ^ |
| 17 ./inline_ctor.h:95:1: warning: [chromium-style] Complex class/struct needs an ex
plicit out-of-line constructor. |
| 9 struct FourNonTrivialMembers { | 18 struct FourNonTrivialMembers { |
| 10 ^ | 19 ^ |
| 11 ./inline_ctor.h:82:1: warning: [chromium-style] Complex class/struct needs an ex
plicit out-of-line destructor. | 20 ./inline_ctor.h:95:1: warning: [chromium-style] Complex class/struct needs an ex
plicit out-of-line destructor. |
| 12 4 warnings generated. | 21 6 warnings generated. |
| OLD | NEW |