]> granicus.if.org Git - clang/commit
Diagnose cases where the definition of a particular type is required,
authorDouglas Gregor <dgregor@apple.com>
Mon, 2 Jan 2012 17:18:37 +0000 (17:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 2 Jan 2012 17:18:37 +0000 (17:18 +0000)
commitd07cc36c71558b62889691184dd04655a33fd12a
tree07e5864c73d5bf9fff8ff618ef6045e7be2c81e8
parentabf07a7fb669dcb74040eef948d61dfe3c59ff17
Diagnose cases where the definition of a particular type is required,
is known (to Clang), but is not visible because the module has not yet
been imported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147436 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/Type.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaType.cpp
test/Modules/Inputs/def.h
test/Modules/decldef.mm