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

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2022-09-06 10:32:16 +01:00
committed by GitHub
parent 885bf427bd
commit ed3fff0eba

View File

@@ -523,7 +523,7 @@ private module PseudoDeclarationEntries {
MissingDeclarationEntry() { this = TMissingDeclarationEntry(stmt, d, index) }
override string toString() { result = "pseudo declaration of " + d.getName() }
override string toString() { result = "missing declaration of " + d.getName() }
override DeclStmt getStmt() { result = stmt }