File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
cpp/ql/lib/experimental/semmle/code/cpp/semantic Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ private import semmle.code.cpp.Location // TODO: SemLocation?
15
15
class SemBound instanceof Specific:: Bound {
16
16
final string toString ( ) { result = super .toString ( ) }
17
17
18
- final Location getLocation ( ) { result = super .getLocation ( ) }
18
+ final Location getLocation ( ) { result = super .getLocation ( ) }
19
19
20
20
final SemExpr getExpr ( int delta ) { result = Specific:: getBoundExpr ( this , delta ) }
21
21
}
Original file line number Diff line number Diff line change @@ -230,7 +230,9 @@ signature module UtilSig<DeltaSig DeltaParam> {
230
230
signature module BoundSig< DeltaSig D> {
231
231
class SemBound {
232
232
string toString ( ) ;
233
+
233
234
Location getLocation ( ) ;
235
+
234
236
SemExpr getExpr ( D:: Delta delta ) ;
235
237
}
236
238
You can’t perform that action at this time.
0 commit comments