Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 4.3.0-beta1
Description
struct C{};
template <typename T>
struct Foo { T member; };
template<typename T> using Bar = Foo<C>;
void f()
{
// Complete here, "Bar" is not included
}
This must be a bug on our side because completion with c-index-test works:
$ ~/dev/llvm/3.9/installs/gcc54_rtti/bin/c-index-test -code-completion-at=main.cpp:10:18 main.cpp | grep -i Ba macro definition:{TypedText __BASE_FILE__} (70) TypeAliasTemplateDecl:{TypedText Bar}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50)
Attachments
Issue Links
- links to