We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8389f26 commit 4d98c15Copy full SHA for 4d98c15
cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql
@@ -1,15 +1,15 @@
1
/**
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.
+ * @name Count of successful includes and includes that failed to be resolved.
+ * @description A count of successful includes and includes that failed to be resolved.
4
* @kind table
5
- * @tags summary telemetry include resolution
6
* @id cpp/telemetry/incliude-resolution-status
7
*/
8
9
import cpp
10
11
12
* A cannot open file error.
+ *
13
* Typically this is due to a missing include.
14
15
class CannotOpenFileError extends CompilerError {
0 commit comments