test_duchain-clang: Fix parse error

Authored by kfunk on Oct 25 2018, 8:38 AM.

Description

test_duchain-clang: Fix parse error

/tmp/testfile_k23568.cpp:8:12: error: calling a private constructor of class 'A::Q'
/tmp/testfile_k23568.h:1:27: note: implicitly declared private here
/tmp/testfile_k23568.cpp:10:12: error: calling a private constructor of class 'B::Q'
/tmp/testfile_k23568.h:1:27: note: implicitly declared private here
/tmp/testfile_k23568.cpp:12:14: error: 'm' is a private member of 'A::Q'
/tmp/testfile_k23568.h:1:36: note: implicitly declared private here
/tmp/testfile_k23568.cpp:14:14: error: 'm' is a private member of 'B::Q'
/tmp/testfile_k23568.h:1:36: note: implicitly declared private here

Details

Committed
kfunkOct 25 2018, 8:38 AM
Parents
R32:306a2a04a89b: Set version number to 5.3.0
Branches
Unknown
Tags
Unknown