C++: Update QLDoc of IRDeclarationEntry to reflect current reality

This commit is contained in:
Jeroen Ketema
2024-04-05 19:37:45 +02:00
parent e821a62b44
commit 46c44b4dc0

View File

@@ -506,8 +506,7 @@ private module IRDeclarationEntries {
* An entity that represents a declaration entry in the database.
*
* 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.
* do not have `DeclarationEntry`s in older databases.
*
* So instead, the IR works with `IRDeclarationEntry`s that synthesize missing
* `DeclarationEntry`s when there is no result for `DeclStmt::getDeclarationEntry`.