yvvan added a comment.

@ilya-biryukov 
As far as I understand the problem the same thing happens when you are in the 
header a.h which includes b.h and b.h includes a.h at the same time. So you get 
this recursion indirectly and very often because that's why include guards are 
there.


Repository:
  rC Clang

https://reviews.llvm.org/D53866



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

Reply via email to