github / codeql-coding-standards

This repository contains CodeQL queries and libraries which support various Coding Standards.
MIT License
129 stars 59 forks source link

`RULE-8-13`: Exclude functions without a body #764

Closed lcartey closed 1 month ago

lcartey commented 1 month ago

Affected rules

Description

Functions without a body anywhere in the program cannot be analyzed.

Example

void f(int* x); // COMPLIANT