[PATCH] D32439: Fix for incorrect source position of dependent c'tor initializer (bug:26195)

Serge Preis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 01:01:16 PDT 2017


Serge_Preis added a comment.

Thank you all for your help! The problem was that in Windows-targeted builds -fdelayed-template-parsing is set by default affecting template symbols appearance in index. Throwing -fno-delayed-template-parsing to c-index-test fixed the situation for failed configuration. The regular Linux build wors as before. So attaching fixed patch for 2nd attempt.


Repository:
  rL LLVM

https://reviews.llvm.org/D32439





More information about the cfe-commits mailing list