We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24457e commit ee27ca7Copy full SHA for ee27ca7
clang-tools-extra/clang-doc/Representation.h
@@ -262,8 +262,8 @@ struct Location {
262
std::tie(Other.StartLineNumber, Other.EndLineNumber, Other.Filename);
263
}
264
265
- int StartLineNumber = 0; // Line number of this Location.
266
- int EndLineNumber = 0;
+ int StartLineNumber = 0; // Line number of this Location.
+ int EndLineNumber = 0; // End line number of this Location.
267
SmallString<32> Filename; // File for this Location.
268
bool IsFileInRootDir = false; // Indicates if file is inside root directory
269
};
0 commit comments