]> granicus.if.org Git - clang/commit
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)
commit5d937b3fe7832f8ffa0a258d1b037c64708e97c1
tree063aa9d88befb9ca5c60820dbe845e14347b74a5
parent2d66dfa35375e032cd58a2580da8dd41ec955fc9
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
incomplete types, courtesy of Luke Zarko.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188212 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/ExternalSemaSource.h
include/clang/Sema/MultiplexExternalSemaSource.h
lib/Sema/MultiplexExternalSemaSource.cpp
lib/Sema/SemaType.cpp
unittests/Sema/ExternalSemaSourceTest.cpp