]> granicus.if.org Git - clang/commit
[CodeComplete] Make sure keyword 'template' is added even when code pattern is disabled.
authorEric Liu <ioeric@google.com>
Mon, 15 Oct 2018 12:37:23 +0000 (12:37 +0000)
committerEric Liu <ioeric@google.com>
Mon, 15 Oct 2018 12:37:23 +0000 (12:37 +0000)
commit0b3849f0f32c84034d65950b9999d61c797d2a30
treef75be7b4caf402b312a53e5715b842f42d7e945b
parente9f1b74ccc8068ec1033784bdfb1264e55b961ae
[CodeComplete] Make sure keyword 'template' is added even when code pattern is disabled.

Reviewers: sammccall, hokein

Subscribers: arphaman, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344509 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-template-keywords.cpp [new file with mode: 0644]