[PATCH] D71018: [ASTImporter] Improved import of TypeSourceInfo (TypeLoc)

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 02:19:52 PDT 2020


balazske added inline comments.


================
Comment at: clang/lib/AST/ASTImporter.cpp:8132
+      return VisitTypeSpecTypeLoc(FTS);
+    llvm_unreachable("Unimplemented TypeLoc visitor function");
+  }
----------------
This assert is new related to the old code. Are really all TypeLoc's are implemented (probably analyze with CTU a large project)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71018





More information about the cfe-commits mailing list