File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ class ConversionExpr extends CallOrConversionExpr {
829829/**
830830 * A function call expression.
831831 *
832- * On snapshots with incomplete type information, type conversions may be misclassified
832+ * On databases with incomplete type information, type conversions may be misclassified
833833 * as function call expressions.
834834 *
835835 * Examples:
@@ -2093,7 +2093,7 @@ class LabelName extends Name {
20932093 * Holds if `e` is a type expression, as determined by a bottom-up syntactic
20942094 * analysis starting with `TypeName`s.
20952095 *
2096- * On a snapshot with full type information, this predicate covers all type
2096+ * On a database with full type information, this predicate covers all type
20972097 * expressions. However, if type information is missing then not all type names
20982098 * may be identified as such, so not all type expressions can be determined by
20992099 * a bottom-up analysis. In such cases, `isTypeExprTopDown` below is useful.
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ module IR {
294294 /**
295295 * An IR instruction that reads the value of a field.
296296 *
297- * On snapshots with incomplete type information, method expressions may sometimes be
297+ * On databases with incomplete type information, method expressions may sometimes be
298298 * misclassified as field reads.
299299 */
300300 class FieldReadInstruction extends ComponentReadInstruction {
Original file line number Diff line number Diff line change 11/**
22 * @name Classify files
3- * @description This query produces a list of all files in a snapshot that are classified as
3+ * @description This query produces a list of all files in a database that are classified as
44 * generated code, test code or vendored-in library code.
55 * @kind file-classifier
66 * @id go/file-classifier
You can’t perform that action at this time.
0 commit comments