]> granicus.if.org Git - clang/commit
Switch a few callers of MaybeAddResult over to AddResult, when the
authorDouglas Gregor <dgregor@apple.com>
Thu, 14 Jan 2010 16:14:35 +0000 (16:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 14 Jan 2010 16:14:35 +0000 (16:14 +0000)
commit608300be1972c43fe99154d25d62d697e7c0a0c2
tree9f34dbc6450879e145876e7870d4afc471c9bb03
parent80f4f4ce5a4c1416492ca6835cc85bb7e538ffc9
Switch a few callers of MaybeAddResult over to AddResult, when the
declarations we're adding do not need any name-hiding checks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93431 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp