File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,11 @@ class FusedLocWith : public FusedLoc {
173173// FileLineColLoc
174174// ===----------------------------------------------------------------------===//
175175
176- // An instance of this location represents a tuple of file, line number, and
177- // column number. This is similar to the type of location that you get from
178- // most source languages.
179- //
180- // FileLineColLoc is a FileLineColRange with exactly one line and column.
176+ // / An instance of this location represents a tuple of file, line number, and
177+ // / column number. This is similar to the type of location that you get from
178+ // / most source languages.
179+ // /
180+ // / FileLineColLoc is a FileLineColRange with exactly one line and column.
181181class FileLineColLoc : public FileLineColRange {
182182public:
183183 using FileLineColRange::FileLineColRange;
You can’t perform that action at this time.
0 commit comments