[PATCH] D52554: [WIP] [clangd] Tests for special methods code-completion

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 26 08:03:30 PDT 2018


jkorous created this revision.
jkorous added reviewers: sammccall, ilya-biryukov.
jkorous added a project: clang-tools-extra.
Herald added subscribers: cfe-commits, kadircet, arphaman, dexonsmith, MaskRay, ioeric.

Created in order to check we agree on what are the requirements and would later write patches against these.

Currently these are failing:
[  FAILED  ] CompletionTestNoExplicitMembers.Struct
[  FAILED  ] CompletionTestNoExplicitMembers.StructTemplate
[  FAILED  ] CompletionTestNoExplicitMembers.ExplicitStructTemplateSpecialization
[  FAILED  ] CompletionTestMethodDeclared.ExplicitStructTemplateSpecialization
[  FAILED  ] CompletionTestSpecialMethodsDeclared.Struct
[  FAILED  ] CompletionTestSpecialMethodsDeclared.StructTemplate
[  FAILED  ] CompletionTestSpecialMethodsDeclared.ExplicitStructTemplateSpecialization


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52554

Files:
  clangd/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52554.167140.patch
Type: text/x-patch
Size: 10394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180926/7db2ad2e/attachment.bin>


More information about the cfe-commits mailing list