We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IRDeclarationEntry
1 parent e821a62 commit 46c44b4Copy full SHA for 46c44b4
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
@@ -506,8 +506,7 @@ private module IRDeclarationEntries {
506
* An entity that represents a declaration entry in the database.
507
*
508
* This class exists to work around the fact that `DeclStmt`s in some cases
509
- * do not have `DeclarationEntry`s. Currently, this is the case for:
510
- * - `DeclStmt`s in template instantiations.
+ * do not have `DeclarationEntry`s in older databases.
511
512
* So instead, the IR works with `IRDeclarationEntry`s that synthesize missing
513
* `DeclarationEntry`s when there is no result for `DeclStmt::getDeclarationEntry`.
0 commit comments