microsoft / checkedc-llvm-test-suite
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
54,132 LOC (4%)
144 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
54,132 LOC (4%)
144 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
144
files match defined criteria (
54,132
lines of code,
4.3%
vs. main code):
89
*.cpp files (
43,162
lines of code)
40
*.h files (
6,287
lines of code)
9
*.c files (
2,874
lines of code)
3
*.cc files (
1,094
lines of code)
1
*.hxx files (
319
lines of code)
1
*.py files (
281
lines of code)
1
*.cmake files (
115
lines of code)
433
lines match the content pattern.
details...
per component - primary logical decomposition
MultiSource
in 69 files, 31,786 LOC (3%)
CTMark
in 62 files, 18,294 LOC (7%)
SingleSource
in 5 files, 1,511 LOC (7%)
MicroBenchmarks
in 6 files, 2,145 LOC (18%)
cmake
in 1 file 115 LOC (14%)
utils
in 1 file 281 LOC (65%)