C++: Update IR comment that no longer applies

This commit is contained in:
Jeroen Ketema
2024-02-13 21:30:58 +01:00
parent b3aea0f893
commit caf09e0735

View File

@@ -474,7 +474,6 @@ private module IRDeclarationEntries {
* This class exists to work around the fact that `DeclStmt`s in some cases
* do not have `DeclarationEntry`s. Currently, this is the case for:
* - `DeclStmt`s in template instantiations.
* - `DeclStmt`s that are generated by the desugaring of range-based for-loops.
*
* So instead, the IR works with `IRDeclarationEntry`s that synthesize missing
* `DeclarationEntry`s when there is no result for `DeclStmt::getDeclarationEntry`.