[PATCH] D114418: [clang][ASTImporter] Update lookup table correctly at deduction guides.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 1 08:47:12 PST 2021


balazske added a comment.

The new tests produce some -Wodr warnings. The reason is that all deduction guides for the same class `B` are in the `ASTImporterLookupTable` with the same name "deduction guide for B". The message may come from the import of the function template declaration, when an existing non-matching object is found. This is only a printed message, does not cause failure.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114418



More information about the cfe-commits mailing list