Open
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Assigned