[PATCH] D53654: [clang] Improve ctor initializer completions.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 09:31:51 PDT 2018


kadircet created this revision.
kadircet added a reviewer: ilya-biryukov.
Herald added subscribers: cfe-commits, arphaman, eraman.

Instead of providing generic "args" for member and bas class
initializations, tries to fetch relevant constructors and show their signatures.


Repository:
  rC Clang

https://reviews.llvm.org/D53654

Files:
  lib/Sema/SemaCodeComplete.cpp
  test/CodeCompletion/ctor-initializer.cpp
  test/Index/complete-ctor-inits.cpp
  test/Index/complete-cxx-inline-methods.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53654.170914.patch
Type: text/x-patch
Size: 17661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181024/7a4a6722/attachment-0001.bin>


More information about the cfe-commits mailing list