Skip to content

Commit

Permalink
C++: Minor comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jketema committed Jan 7, 2025
1 parent 94dabbc commit e32fc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/ql/lib/semmle/code/cpp/Concept.qll
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ class ConceptIdExpr extends RequirementExpr, @concept_id {
result = name + "<...>"
)
or
// The following is for backward compatibility with order databases that
// include concept id expressions, but do not include concept template
// information.
// The following is for backward compatibility with databases created with
// CodeQL 2.19.3, 2.19.4, and 2.20.0. Those databases include concept id
// expressions, but do not include concept template information.
not exists(this.getConcept()) and
result = "concept<...>"
}
Expand Down

0 comments on commit e32fc08

Please sign in to comment.