[PATCH] D43494: [Modules] Fix creating fake definition data for lambdas.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 9 15:56:55 PST 2018


vsapsai added inline comments.


================
Comment at: clang/lib/Serialization/ASTReaderDecl.cpp:1811
   if (Update || Canon != D) {
     Canon->DefinitionData = D->DefinitionData;
     Reader.PendingDefinitions.insert(D);
----------------
This store seems to be dead too. Need to spend more time in debugger to make sure that the code works the way I think it works.


https://reviews.llvm.org/D43494





More information about the cfe-commits mailing list