[PATCH] D64480: [ASTImporter] Added visibility context check for TypedefNameDecl.

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 31 06:36:26 PDT 2019


shafik added a comment.

It is worth noting that:

  typedef int T;
  typedef int T;

is not valid C99 see godbolt <https://godbolt.org/z/638lXv>


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64480/new/

https://reviews.llvm.org/D64480





More information about the cfe-commits mailing list