Skip to content

Commit

Permalink
C++: Update QLDoc of IRDeclarationEntry to reflect current reality
Browse files Browse the repository at this point in the history
  • Loading branch information
jketema committed Apr 9, 2024
1 parent e821a62 commit 46c44b4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 46c44b4

Please sign in to comment.