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.
1 parent b3aea0f commit caf09e0Copy full SHA for caf09e0
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
@@ -474,7 +474,6 @@ private module IRDeclarationEntries {
474
* This class exists to work around the fact that `DeclStmt`s in some cases
475
* do not have `DeclarationEntry`s. Currently, this is the case for:
476
* - `DeclStmt`s in template instantiations.
477
- * - `DeclStmt`s that are generated by the desugaring of range-based for-loops.
478
*
479
* So instead, the IR works with `IRDeclarationEntry`s that synthesize missing
480
* `DeclarationEntry`s when there is no result for `DeclStmt::getDeclarationEntry`.
0 commit comments