]> granicus.if.org Git - clang/commit
Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and
authorDouglas Gregor <dgregor@apple.com>
Thu, 22 Apr 2010 16:50:51 +0000 (16:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 22 Apr 2010 16:50:51 +0000 (16:50 +0000)
commit39968adc66ab02275d2f561e372a20ae454bd4e7
tree57388cbbb9702bc5cab49dc9bce5b2d36be84b48
parentdb93c4a8f839b2f46bfea66531aa014242f4da2c
Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and
Sema::BuildClassMessage; we weren't using it, and template
instantiation was faking it anyway.

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