Add hooks to ExternalSemaSource for after-the-fact diagnosis of
authorKaelyn Uhrain <rikka@google.com>
Mon, 12 Aug 2013 22:11:14 +0000 (22:11 +0000)
committerKaelyn Uhrain <rikka@google.com>
Mon, 12 Aug 2013 22:11:14 +0000 (22:11 +0000)
commit2c351bbc25e952a1be7ddabaf955fcc634d3ed4d
tree311a70fffed3cfb44cc1e2cc37bad5e1d240a6dd
parent812a9ec9c2659efc917ec736a5d3a78aef30e172
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
incomplete types, courtesy of Luke Zarko.

llvm-svn: 188212
clang/include/clang/Sema/ExternalSemaSource.h
clang/include/clang/Sema/MultiplexExternalSemaSource.h
clang/lib/Sema/MultiplexExternalSemaSource.cpp
clang/lib/Sema/SemaType.cpp
clang/unittests/Sema/ExternalSemaSourceTest.cpp