mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
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:
committed by
GitHub
parent
885bf427bd
commit
ed3fff0eba
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user