Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b30baf

Browse files
committed
CPP: Delete 'compiler-generated'.
1 parent f96cffa commit 8b30baf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ class BuiltInOperationIsStandardLayout extends BuiltInOperation, @isstandardlayo
636636
* The `__is_trivially_copyable` built-in operation (used by some
637637
* implementations of the `<type_traits>` header).
638638
*
639-
* Returns `true` if instances of this type can be copied by trivial (compiler-
640-
* generated) means. The copying is done in a manner similar to the `memcpy`
639+
* Returns `true` if instances of this type can be copied by trivial
640+
* means. The copying is done in a manner similar to the `memcpy`
641641
* function.
642642
*/
643643
class BuiltInOperationIsTriviallyCopyable extends BuiltInOperation, @istriviallycopyableexpr {

0 commit comments

Comments
 (0)