]> granicus.if.org Git - clang/commit
[CodeComplete] Omit templated constructors from member list too.
authorSam McCall <sam.mccall@gmail.com>
Mon, 22 Jan 2018 20:44:47 +0000 (20:44 +0000)
committerSam McCall <sam.mccall@gmail.com>
Mon, 22 Jan 2018 20:44:47 +0000 (20:44 +0000)
commite88bbabeb92290a6f717761922d8f61e8394a656
tree8a6ad48eb9149a70d244553ad0557b502e57450c
parent429a73d17b0cb222560c447fab5570184dee582e
[CodeComplete] Omit templated constructors from member list too.

Also avoid printing a 'void' return type for constructor expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323148 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/member-access.cpp
test/Index/complete-exprs.cpp