Skip to content

Commit caf09e0

Browse files
committed
C++: Update IR comment that no longer applies
1 parent b3aea0f commit caf09e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ private module IRDeclarationEntries {
474474
* This class exists to work around the fact that `DeclStmt`s in some cases
475475
* do not have `DeclarationEntry`s. Currently, this is the case for:
476476
* - `DeclStmt`s in template instantiations.
477-
* - `DeclStmt`s that are generated by the desugaring of range-based for-loops.
478477
*
479478
* So instead, the IR works with `IRDeclarationEntry`s that synthesize missing
480479
* `DeclarationEntry`s when there is no result for `DeclStmt::getDeclarationEntry`.

0 commit comments

Comments
 (0)