File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/exprs Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments