Skip to content

Commit 8b44d5c

Browse files
authored
sync files
1 parent 30805d9 commit 8b44d5c

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/ir/implementation/raw

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/Operand.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class ThisArgumentOperand extends ArgumentOperand {
414414
override ThisArgumentOperandTag tag;
415415

416416
// in most cases the def location makes more sense, but in some corner cases it
417-
// returns no location: in those cases we fall back to the use location
417+
// does not have a location: in those cases we fall back to the use location
418418
override Language::Location getLocation() {
419419
if exists(Language::Location loc | loc = this.getAnyDef().getLocation())
420420
then result = this.getAnyDef().getLocation()

0 commit comments

Comments
 (0)