ilya-biryukov added a comment.

How should this behave when if the same token is used multiple times inside a 
macro and the uses are different? Could we add this to tests?
E.g.

  #define W(a) class a { void test() { int a = 10; } }
  W(foo); // <-- `foo` is a variable of a class?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64741



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

Reply via email to