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 2 years ago • 0 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