MyDeveloperDay added a comment.

of course, this isn't legal

  int TestFn(A=1)
  {
    return a;
  }

and, would see the TT_StartOfName for (a) and would break

  int
  TestFn(A a = 1)
  {
    return a;
  }


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59309/new/

https://reviews.llvm.org/D59309



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

Reply via email to