[PATCH] D30691: [analyzer] Support for naive cross translational unit analysis

Gábor Horváth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 06:30:56 PST 2018


xazax.hun abandoned this revision.
xazax.hun added a comment.

Resubmitted in https://reviews.llvm.org/rL326439

Phabricator did not display the mailing list conversation. The point is, the circular dependency does not exist in the upstream version of clang. The reason is that CMake does not track the header includes as dependencies. There might be some layering violations with the header includes but those are independent of this patch and need to be fixed separately.


Repository:
  rC Clang

https://reviews.llvm.org/D30691





More information about the llvm-commits mailing list