]> granicus.if.org Git - clang/commit
Perform code-completion within ParseCastExpression, which handles,
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Apr 2010 15:09:27 +0000 (15:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Apr 2010 15:09:27 +0000 (15:09 +0000)
commit64538cfd343c200d4285d0e5991ec94d9ff8876c
tree1517cc5c627ffe7defd0dc7f583f6fc1399ef747
parent7969f936a1128c9d1dff2f76daf590a968244a35
Perform code-completion within ParseCastExpression, which handles,
e.g., the right-hand side of binary expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100526 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
test/Index/complete-exprs.c [new file with mode: 0644]