[PATCH] D98707: [clang][ASTImporter] Fix import of VarDecl regarding thread local storage spec

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 17 09:14:45 PDT 2021


balazske added a comment.

I did not notice that `ImportVariables` is different than `ImportDecl`, I like the first version of the test better (with `ImportDecl`) (but the current is not wrong), can you change it back only at a different position (line 738 can be good, before test "ImportRecordTypeInFunc")?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98707



More information about the cfe-commits mailing list