]> granicus.if.org Git - clang/commit
Introduce code completion patterns for templates, which provide the
authorDouglas Gregor <dgregor@apple.com>
Fri, 18 Sep 2009 22:47:56 +0000 (22:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 18 Sep 2009 22:47:56 +0000 (22:47 +0000)
commit56ff871ae74b1edccff44efe296f3167d694ce48
tree72eb245f525f2e8f4acc721a89adb2803a932499
parente0a58073b76fc016325a35152533b8468df2bf4a
Introduce code completion patterns for templates, which provide the
angle brackets < > along with placeholder template arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82304 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/CodeCompleteConsumer.cpp
test/CodeCompletion/templates.cpp [new file with mode: 0644]