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

Skip to content

Commit 79a000d

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 0f2a2cb commit 79a000d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ class ParenthesizedBracedInitializerList extends Expr, @braced_init_list {
534534
* It is typically used to raise the syntactic precedence of the subexpression that
535535
* it contains. For example:
536536
* ```
537-
* int d = a & ( b | c )
537+
* int d = a & ( b | c );
538538
* ```
539539
*/
540540
class ParenthesisExpr extends Conversion, @parexpr {

0 commit comments

Comments
 (0)