]> granicus.if.org Git - clang/commit
Allow the computation of the base priority for a declaration code completion result...
authorDouglas Gregor <dgregor@apple.com>
Thu, 31 Jan 2013 04:52:16 +0000 (04:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 31 Jan 2013 04:52:16 +0000 (04:52 +0000)
commitd1f09b482b3874be07dfe9dd24bfad98915989c3
tree49f1419c2470fcb129ff12fa1266e3574a91c75e
parent0efa62f2096f28a610ac2ea8d2651448a7ec89c7
Allow the computation of the base priority for a declaration code completion result to consider the completion context

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174037 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-lambdas.mm
tools/libclang/CXCursor.cpp