hanchenye-llvm-project/clang/tools
Francisco Lopes da Silva 0c010cddb3 Improves overload completion result chunks.
The code building the code completion string for overloads was providing
less detail compared to the one building completion strings for function
declarations. There was no information about optionals and no information
about what's a parameter and what's a function identifier, everything
besides ResultType, CurrentParameter and special characters was classified
as Text.

This makes code completion strings for overload candidates to follow a
pattern very similar, but not identical, to the one in use for function
declarations:

 - return type chunk: ResultType
 - function identifier chunk: Text
 - parameter chunks: Placeholder
 - optional parameter chunks: Optional
 - current parameter chunk: CurrentParameter

llvm-svn: 227309
2015-01-28 14:17:22 +00:00
..
arcmt-test Use the simpler version of llvm::sys::fs::exists. 2014-09-11 18:10:13 +00:00
c-arcmt-test Support LLVM_BUILD_STATIC. 2014-11-05 14:04:25 +00:00
c-index-test Support LLVM_BUILD_STATIC. 2014-11-05 14:04:25 +00:00
clang-check [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py 2015-01-14 11:23:58 +00:00
clang-format Adopt new cl::HideUnrelatedOptions API added r226729. 2015-01-21 23:26:11 +00:00
clang-format-vs Update build instructions for the clang-format VS plugin 2014-08-01 17:38:53 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool clang-format a recent commit I made 2014-11-19 05:48:40 +00:00
driver [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py 2015-01-14 11:23:58 +00:00
libclang Improves overload completion result chunks. 2015-01-28 14:17:22 +00:00
scan-build [analyzer] Include a couple more comments on using xcrun to query the SDK. 2014-12-31 08:19:08 +00:00
scan-view
CMakeLists.txt Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00