martong added a comment.

Constructs like `struct A { struct Foo *p; };` are very common in C projects. 
Since `Foo` as a forward decl cannot be found by normal lookup we need this 
patch in order to properly CTU analyze even a simple C project like `tmux`.


Repository:
  rC Clang

https://reviews.llvm.org/D53708



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

Reply via email to