]> granicus.if.org Git - clang/commit
Add a RequireCompleteType variant that takes a PartialDiagnostic. The old RequireComp...
authorAnders Carlsson <andersca@mac.com>
Wed, 26 Aug 2009 22:33:56 +0000 (22:33 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 26 Aug 2009 22:33:56 +0000 (22:33 +0000)
commit91a0cc913ecc5619b76d2e40742fd09725be8c56
treef5f5103665ae2a3c9f22f874cc0a03005b65911b
parent022fb28d79829c40c9b3a3bdd400dcacea495e26
Add a RequireCompleteType variant that takes a PartialDiagnostic. The old RequireCompleteType now creates a PartialDiagnostic and calls the new function.

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