codeql-coding-standards icon indicating copy to clipboard operation
codeql-coding-standards copied to clipboard

`A1-1-1`: Implementation of Rule only looks for deprecated features and not use of implementation extensions

Open rcseacord opened this issue 3 years ago • 1 comments

Describe the bug Implementation of Rule A1-1-1 only looks for deprecated features and not use of implementation extensions

Expected behavior

// __try // Non-compliant - __try is a part of Visual Studio extension
try // Compliant - try keyword is a part of C++ Language Standard

Additional context https://github.com/github/codeql-coding-standards/tree/main/cpp/autosar/src/rules/A1-1-1

rcseacord avatar Sep 16 '22 15:09 rcseacord

This should extend the infrastructure created for MISRA C RULE-1-2.

lcartey avatar Jan 20 '25 15:01 lcartey