[PATCH] D58541: [CodeComplete] Propagate preferred type for function arguments in more cases

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 11:13:51 PST 2019


ilya-biryukov updated this revision to Diff 188225.
ilya-biryukov marked 3 inline comments as done.
ilya-biryukov added a comment.

- Check in the middle and at the end of identifiers.
- Add a test for the second parameter and a class member function


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58541/new/

https://reviews.llvm.org/D58541

Files:
  clang/include/clang/Parse/Parser.h
  clang/include/clang/Sema/Sema.h
  clang/lib/Parse/ParseDecl.cpp
  clang/lib/Parse/ParseDeclCXX.cpp
  clang/lib/Parse/ParseExpr.cpp
  clang/lib/Parse/ParseExprCXX.cpp
  clang/lib/Parse/ParseOpenMP.cpp
  clang/lib/Sema/SemaCodeComplete.cpp
  clang/unittests/Sema/CodeCompleteTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58541.188225.patch
Type: text/x-patch
Size: 20333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190225/8e836d62/attachment-0001.bin>


More information about the cfe-commits mailing list