We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69b0ea commit 0253936Copy full SHA for 0253936
1 file changed
common/ast.h
@@ -136,10 +136,10 @@ class Ast final {
136
expr_version_ = expr_version;
137
}
138
139
- // Computes the source location (line and column) for the given expression id
+ // Computes the source location (line and column) for the given expression ID
140
// from the source info (which stores absolute positions).
141
//
142
- // Returns a default (empty) source location if the expression id is not found
+ // Returns a default (empty) source location if the expression ID is not found
143
// or the source info is not populated correctly.
144
SourceLocation ComputeSourceLocation(int64_t expr_id) const;
145
0 commit comments