mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C++: clarify folds only appear in uninstantiated templates
This commit is contained in:
@@ -965,7 +965,8 @@ class NoExceptExpr extends Expr, @noexceptexpr {
|
||||
}
|
||||
|
||||
/**
|
||||
* A C++17 fold expression.
|
||||
* A C++17 fold expression. This will only appear in an uninstantiated template; any instantiations
|
||||
* of the template will instead contain the sequence of expressions given by expanding the fold.
|
||||
*/
|
||||
class FoldExpr extends Expr, @foldexpr {
|
||||
override string toString() {
|
||||
|
||||
Reference in New Issue
Block a user