Skip to content

Commit ed3fff0

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent 885bf42 commit ed3fff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ private module PseudoDeclarationEntries {
523523

524524
MissingDeclarationEntry() { this = TMissingDeclarationEntry(stmt, d, index) }
525525

526-
override string toString() { result = "pseudo declaration of " + d.getName() }
526+
override string toString() { result = "missing declaration of " + d.getName() }
527527

528528
override DeclStmt getStmt() { result = stmt }
529529

0 commit comments

Comments
 (0)