mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -243,7 +243,7 @@ class BuiltInOperationHasTrivialCopy extends BuiltInOperation, @hastrivialcopy {
|
||||
* A C++ `__has_trivial_destructor` built-in operation (used by some
|
||||
* implementations of the `<type_traits>` header).
|
||||
*
|
||||
* Returns `true` if the type has a trivial (compiler-generated) destructor.
|
||||
* Returns `true` if the type has a trivial destructor.
|
||||
* ```
|
||||
* bool v = __has_trivial_destructor(MyType);
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user