Skip to content

Commit 4d98c15

Browse files
committed
Review suggestions
1 parent 8389f26 commit 4d98c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/**
2-
* @name Count of includes that failed to be resolved as well as compilation error due to undefined token
3-
* @description A count of all failed includes and compilation errors due to undefined tokens.
2+
* @name Count of successful includes and includes that failed to be resolved.
3+
* @description A count of successful includes and includes that failed to be resolved.
44
* @kind table
5-
* @tags summary telemetry include resolution
65
* @id cpp/telemetry/incliude-resolution-status
76
*/
87

98
import cpp
109

1110
/**
1211
* A cannot open file error.
12+
*
1313
* Typically this is due to a missing include.
1414
*/
1515
class CannotOpenFileError extends CompilerError {

0 commit comments

Comments
 (0)