]> granicus.if.org Git - clang/commit
Suggest "const" and "volatile" code completions after a function
authorDouglas Gregor <dgregor@apple.com>
Fri, 27 Aug 2010 17:35:51 +0000 (17:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 27 Aug 2010 17:35:51 +0000 (17:35 +0000)
commit1a480c403a3b141ab89c9c59cf7b681102a1bfab
tree979051a5a55b5d86e3ea48138a4a3fd2169b175d
parent06b6c589a5fff8e5476fe2b4cd6a660af71bfddd
Suggest "const" and "volatile" code completions after a function
declarator, the very definition of "low-hanging fruit".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112274 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/Sema.h
lib/Frontend/ASTUnit.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-memfunc-cvquals.cpp