File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2141,11 +2141,12 @@ private predicate isTypeExprBottomUp(Expr e) {
21412141 * Holds if `e` must be a type expression because it either occurs in a syntactic
21422142 * position where a type is expected, or it is part of a larger type expression.
21432143 *
2144- * This predicate is only needed on snapshots for which type information is
2145- * incomplete. It is an underapproximation; in cases where it is syntactically ambiguous
2146- * whether an expression refers to a type or a value, we conservatively assume that
2147- * it may be the latter and so this predicate does not consider the expression to be
2148- * a type expression.
2144+ * This predicate is only needed on databases for which type information is
2145+ * incomplete - for example, when some dependencies could not be reached during
2146+ * extraction. It is an underapproximation; in cases where it is syntactically
2147+ * ambiguous whether an expression refers to a type or a value, we conservatively
2148+ * assume that it may be the latter and so this predicate does not consider the
2149+ * expression to be a type expression.
21492150 */
21502151pragma [ nomagic]
21512152private predicate isTypeExprTopDown ( Expr e ) {
You can’t perform that action at this time.
0 commit comments