Skip to content

Commit 5c63556

Browse files
Copilot feedback
1 parent 445b0f6 commit 5c63556

18 files changed

+42
-44
lines changed

cpp/misra/src/rules/RULE-4-1-2/ImplicitDeclarationOfCopyConstructor.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name RULE-4-1-2: Implicit declaration of copy constructors is a deprecated language feature should not be used
44
* @description Deprecated language features such as implicit declarations of copy constructors are
55
* only supported for backwards compatibility; these are considered bad practice, or
6-
* have been superceded by better alternatives.
6+
* have been superseded by better alternatives.
77
* @kind problem
88
* @precision very-high
99
* @problem.severity warning
@@ -14,8 +14,6 @@
1414
* external/misra/obligation/advisory
1515
*/
1616

17-
import cpp
18-
import codingstandards.cpp.misra
1917
import cpp
2018
import codingstandards.cpp.misra
2119
import codingstandards.cpp.types.ImplicitSpecialMemberFunctions

cpp/misra/src/rules/RULE-4-1-2/ImplicitDeclarationOfCopyConstructorAudit.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name RULE-4-1-2: Implicit declaration of copy constructors is a deprecated language feature should not be used
44
* @description Deprecated language features such as implicit declarations of copy constructors are
55
* only supported for backwards compatibility; these are considered bad practice, or
6-
* have been superceded by better alternatives.
6+
* have been superseded by better alternatives.
77
* @kind problem
88
* @precision low
99
* @problem.severity warning

cpp/misra/src/rules/RULE-4-1-2/NoexceptSpecifierThrow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name RULE-4-1-2: The noexcept specifier throw() is a deprecated language feature should not be used
44
* @description Deprecated language features such as the noexcept specifier throw() are only
55
* supported for backwards compatibility; these are considered bad practice, or have
6-
* been superceded by better alternatives.
6+
* been superseded by better alternatives.
77
* @kind problem
88
* @precision high
99
* @problem.severity warning

cpp/misra/src/rules/RULE-4-1-2/RedeclarationOfStaticConstexprDataMember.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name RULE-4-1-2: Redeclaration of static constexpr data members is a deprecated language feature should not be used
44
* @description Deprecated language features such as redeclaration of static constexpr data members
55
* are only supported for backwards compatibility; these are considered bad practice,
6-
* or have been superceded by better alternatives.
6+
* or have been superseded by better alternatives.
77
* @kind problem
88
* @precision high
99
* @problem.severity warning

cpp/misra/src/rules/RULE-4-1-2/UseOfDeprecatedAllocatorVoid.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id cpp/misra/use-of-deprecated-allocator-void
33
* @name RULE-4-1-2: Specialization allocator<void> is a deprecated language feature and should not be used
44
* @description Deprecated language features such as allocator<void> are only supported for
5-
* backwards compatibility; these are considered bad practice, or have been superceded
5+
* backwards compatibility; these are considered bad practice, or have been superseded
66
* by better alternatives.
77
* @kind problem
88
* @precision very-high

cpp/misra/src/rules/RULE-4-1-2/UseOfDeprecatedCHeaders.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id cpp/misra/use-of-deprecated-c-headers
33
* @name RULE-4-1-2: Use of <ccomplex>, <cstdalign>, and <cstdbool>, or <ctgmath> is deprecated and therefore these headers should not be used
44
* @description These C standard library headers are only supported for backwards compatibility;
5-
* these are considered bad practice, or have been superceded by better alternatives.
5+
* these are considered bad practice, or have been superseded by better alternatives.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity warning

cpp/misra/src/rules/RULE-4-1-2/UseOfDeprecatedFunctionBinderTypedefMember.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name RULE-4-1-2: Certain members of function binder typedefs are deprecated language features and should not be used
44
* @description Deprecated language features such as certain function binder typedef members are
55
* only supported for backwards compatibility; these are considered bad practice, or
6-
* have been superceded by better alternatives.
6+
* have been superseded by better alternatives.
77
* @kind problem
88
* @precision high
99
* @problem.severity warning

cpp/misra/src/rules/RULE-4-1-2/UseOfDeprecatedIsLiteralTypeTraits.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id cpp/misra/use-of-deprecated-is-literal-type-traits
33
* @name RULE-4-1-2: The is-literal type traits are deprecated language features and should not be used
44
* @description Deprecated language features such as is-literal type traits are only supported for
5-
* backwards compatibility; these are considered bad practice, or have been superceded
5+
* backwards compatibility; these are considered bad practice, or have been superseded
66
* by better alternatives.
77
* @kind problem
88
* @precision very-high

cpp/misra/src/rules/RULE-4-1-2/UseOfDeprecatedRawStorageIterator.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id cpp/misra/use-of-deprecated-raw-storage-iterator
33
* @name RULE-4-1-2: Class raw_storage_iterator is a deprecated language feature and should not be used
44
* @description Deprecated language features such as raw_storage_iterator are only supported for
5-
* backwards compatibility; these are considered bad practice, or have been superceded
5+
* backwards compatibility; these are considered bad practice, or have been superseded
66
* by better alternatives.
77
* @kind problem
88
* @precision high

cpp/misra/src/rules/RULE-4-1-2/UseOfDeprecatedSharedPtrUnique.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id cpp/misra/use-of-deprecated-shared-ptr-unique
33
* @name RULE-4-1-2: Observer member shared_ptr::unique is a deprecated language feature and should not be used
44
* @description Deprecated language features such as shared_ptr::unique are only supported for
5-
* backwards compatibility; these are considered bad practice, or have been superceded
5+
* backwards compatibility; these are considered bad practice, or have been superseded
66
* by better alternatives.
77
* @kind problem
88
* @precision very-high

0 commit comments

Comments
 (0)