mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -1068,7 +1068,7 @@ class LValueReferenceType extends ReferenceType {
|
||||
* ```
|
||||
* class C {
|
||||
* E e;
|
||||
* C(C&& from): e(from.e) { }
|
||||
* C(C&& from): e(std::move(from.e)) { }
|
||||
* };
|
||||
* ```
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user