[PATCH] D53708: [ASTImporter] Add importer specific lookup
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 22 09:10:55 PST 2018
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
More information about the cfe-commits
mailing list