We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d398c8c commit 75c3332Copy full SHA for 75c3332
1 file changed
cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/Reason.qll
@@ -65,6 +65,8 @@ module Make<ParamSig Param> {
65
class SemTypeReason extends SemReason, TSemTypeReason {
66
TypeReasonImpl impl;
67
68
+ SemTypeReason() { this = TSemTypeReason(impl) }
69
+
70
override string toString() { result = "TypeReason" }
71
72
bindingset[this, reason]
0 commit comments