microsoft / DirectXShaderCompiler
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
1,034,258 LOC (70%) 1097 files | found text | found text per file
1 GENERAL Concerns
  • The "general" group contains 2 concerns.
    • TODOs
    • Unclassified
general
1.1 TODOs
1,034,258 LOC (70%) 1097 files | found text | found text per file
  • The following criteria are used to filter files:
    • files with any line of content like ".*(TODO|FIXME)( |:| ).*".
  • 1097 files match defined criteria (1,034,258 lines of code, 70.5% vs. main code):
    • 768 *.cpp files (873,141 lines of code)
    • 277 *.h files (133,325 lines of code)
    • 24 *.py files (11,187 lines of code)
    • 3 *.c files (6,315 lines of code)
    • 3 *.cs files (5,543 lines of code)
    • 5 *.cmake files (2,024 lines of code)
    • 8 *.inc files (1,682 lines of code)
    • 1 *.inl files (413 lines of code)
    • 1 *.natvis files (221 lines of code)
    • 1 *.el files (214 lines of code)
    • 2 *.cmd files (92 lines of code)
    • 1 *.js files (58 lines of code)
    • 2 *.hlsl files (34 lines of code)
    • 1 *.in files (9 lines of code)
  • 5,545 lines match the content pattern.
details...