We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e39862 commit 8da2f0bCopy full SHA for 8da2f0b
cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
@@ -965,7 +965,8 @@ class NoExceptExpr extends Expr, @noexceptexpr {
965
}
966
967
/**
968
- * A C++17 fold expression.
+ * A C++17 fold expression. This will only appear in an uninstantiated template; any instantiations
969
+ * of the template will instead contain the sequence of expressions given by expanding the fold.
970
*/
971
class FoldExpr extends Expr, @foldexpr {
972
override string toString() {
0 commit comments