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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 27 15:09:08 PDT 2018


efriedma edited reviewers, added: efriedma, rsmith, thakis; removed: eli.friedman, krememek, ddunbar, lattner.
efriedma added a comment.

What is this change actually solving?  Even if the typedef is actually redundant, it shouldn't cause a compiler error: redundant typedefs are allowed in the latest versions of the C and C++ standards. (And even if you were targeting an earlier standard, we normally suppress warnings in system headers.)


Repository:
  rC Clang

https://reviews.llvm.org/D51265





More information about the cfe-commits mailing list