Rakete1111 added a comment.

There's a false positive.

  int **A, *B; // false positive: declaring a variable of type 'int *'; did you 
mean to declare a pointer?

And IMO this should also warn:

  int **A, B; // no warning currently


https://reviews.llvm.org/D52791



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to