[clazy] [Bug 385851] Allow visiting of implicit code
Richard
bugzilla_noreply at kde.org
Tue Oct 17 14:05:34 BST 2017
https://bugs.kde.org/show_bug.cgi?id=385851
--- Comment #2 from Richard <r.oehlinger at avibit.com> ---
We've an in-house check for a 3rdparty library which we cannot control to flag
default construction of several types:
//in thirdpartylib.h
class DoNotDefaultConstruct {
//....
}
//in our code
DoNotDefaultConstruct c; // will be flagged as intended
struct SomeStruct {
DoNotDefaultConstruct c;
} inst; //should be flagged, but won't
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list