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?
1515class SemBound instanceof Specific:: Bound {
1616 final string toString ( ) { result = super .toString ( ) }
1717
18- final Location getLocation ( ) { result = super .getLocation ( ) }
18+ final Location getLocation ( ) { result = super .getLocation ( ) }
1919
2020 final SemExpr getExpr ( int delta ) { result = Specific:: getBoundExpr ( this , delta ) }
2121}
Original file line number Diff line number Diff line change @@ -230,7 +230,9 @@ signature module UtilSig<DeltaSig DeltaParam> {
230230signature module BoundSig< DeltaSig D> {
231231 class SemBound {
232232 string toString ( ) ;
233+
233234 Location getLocation ( ) ;
235+
234236 SemExpr getExpr ( D:: Delta delta ) ;
235237 }
236238
You can’t perform that action at this time.
0 commit comments