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

Skip to content

Commit 939bfae

Browse files
author
Dave Bartolomeo
committed
Fix formatting
1 parent 5f6ae32 commit 939bfae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cpp/ql/src/semmle/code/cpp/exprs

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,15 +842,15 @@ class ArrayToPointerConversion extends Conversion, @array_to_pointer {
842842

843843
/**
844844
* A node representing a temporary object created as part of an expression.
845-
*
845+
*
846846
* This is most commonly seen in the following cases (from [class.temporary]/2):
847847
* - when binding a reference to a prvalue
848848
* - when performing member access on a class prvalue
849849
* - when performing an array-to-pointer conversion or subscripting on an array prvalue
850850
* - when initializing an object of type std::initializer_list from a braced-init-list
851851
* - for certain unevaluated operands
852852
* - when a prvalue that has type other than cv void appears as a discarded-value expression
853-
*
853+
*
854854
* This node will only exist if the object is of class type, and even then only if either the
855855
* object's initialization or destruction is non-trivial.
856856
*/

0 commit comments

Comments
 (0)