- add sources.
[platform/framework/web/crosswalk.git] / src / tools / clang / plugins / tests / missing_ctor.txt
1 In file included from missing_ctor.cpp:5:
2 ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor.
3 class MissingCtorsArentOKInHeader {
4 ^
5 ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor.
6 2 warnings generated.