]> granicus.if.org Git - clang/commit
Don't (directly) call RequireCompleteType with an invalid source location.
authorDouglas Gregor <dgregor@apple.com>
Wed, 21 Oct 2009 23:19:44 +0000 (23:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 21 Oct 2009 23:19:44 +0000 (23:19 +0000)
commit573d9c325279b6e156c7fde163ffe3629c62d596
treeaeff8b6ec337503c3f91e5fa2eeda9f8c846bf5f
parent0298d3888bcc666e7bd902de9b8497f53ccd1b3d
Don't (directly) call RequireCompleteType with an invalid source location.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84793 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaType.cpp