]> granicus.if.org Git - clang/commit
Feed proper source-location information into Sema::LookupSingleResult,
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Apr 2010 22:33:43 +0000 (22:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Apr 2010 22:33:43 +0000 (22:33 +0000)
commitc83c6874e3bf1432d3df5e8d3530f8561ff5441f
tree019abd862bb3edb26aa71cd48ddba1fb27e331b1
parent6f153956158a2780c46872a8e987a8dc66b5f76a
Feed proper source-location information into Sema::LookupSingleResult,
in case it ends up doing something that might trigger diagnostics
(template instantiation, ambiguity reporting, access
reporting). Noticed while working on PR6831.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101412 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Parse/Action.h
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaTemplate.cpp