llvm-project/clang/lib
Ilya Biryukov 4e7a6fef81 Set completion priority of destructors and operators to CCP_Unlikely.
Summary:
It will move destructors and operators to the end of completion list.
Destructors and operators are currently very high on the completion
list, as they have the same priority as member functions. However,
they are clearly not something users usually choose in completion
lists.

Reviewers: arphaman, erikjv, bkramer, krasimir

Reviewed By: arphaman

Subscribers: eraman, klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D38081

llvm-svn: 314019
2017-09-22 19:07:37 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Fix unused variable warning. NFCI. 2017-09-22 16:26:17 +00:00
ASTMatchers Add objcImplementationDecl matcher 2017-09-10 21:00:15 +00:00
Analysis Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Basic [Atomic][X8664] set max atomic inline width according to the target 2017-09-22 16:30:00 +00:00
CodeGen [Coverage] Add an option to emit limited coverage info 2017-09-22 18:23:04 +00:00
CrossTU Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00
Driver Driver: remove support for libstdc++ from CrossWindows 2017-09-22 04:01:12 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Ignore case and stable sort using-declarations 2017-09-22 04:48:17 +00:00
Frontend [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence) 2017-09-20 19:03:37 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [CUDA] Fixed order of words in the names of shfl builtins. 2017-09-21 18:46:39 +00:00
Index [index] Generate class & metaclass manglings for objc 2017-09-22 16:58:57 +00:00
Lex Fixed unused variable warning introduced in r313796 causing build failure 2017-09-20 19:37:37 +00:00
Parse Give external linkage and mangling to lambdas inside inline variables and variable templates. 2017-09-22 04:25:05 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Set completion priority of destructors and operators to CCP_Unlikely. 2017-09-22 19:07:37 +00:00
Serialization Minor cleanups to address feedback from Bruno. NFC 2017-09-14 23:40:51 +00:00
StaticAnalyzer [analyzer] Add new delete with non-virtual destructor check 2017-09-22 10:16:33 +00:00
Tooling [refactor] Use CommonOptionsParser in clang-refactor 2017-09-14 13:16:14 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00