[PATCH] D51265: Headers: fix collisions with .h files of other projects

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 28 15:45:13 PDT 2018


efriedma added a comment.

Can you give the text of the error messages?

If you're seeing a "typedef redefinition with different types" error, libclang is getting confused about the target.  And parsing code for the wrong target cannot work in general.


Repository:
  rC Clang

https://reviews.llvm.org/D51265





More information about the cfe-commits mailing list