[llvm-bugs] [Bug 28278] The kind of cursor on a local template variable decleration is CXCursor_NoDeclFound (0n71)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 13 05:46:24 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=28278
Erik Verbruggen <Erik.Verbruggen at Me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |Erik.Verbruggen at Me.com
Resolution|--- |INVALID
--- Comment #5 from Erik Verbruggen <Erik.Verbruggen at Me.com> ---
This is expected behaviour: on Windows, -fdelayed-template-parsing is turned
on, because MSVC STL needs it. The result is that there is no information
available about anything inside templates. You might have luck by adding
-fno-delayed-template-parsing to the command-line, but that might break MSVC
STL.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161213/cfa57f15/attachment.html>
More information about the llvm-bugs
mailing list