Emit a warning the first time that one tries to resolve the size of a type passing...
authorEnrico Granata <egranata@apple.com>
Wed, 28 Jan 2015 01:41:00 +0000 (01:41 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 28 Jan 2015 01:41:00 +0000 (01:41 +0000)
commitd7cb643ef0fee5f479e63d339e76ec45ae033673
treee4ab9557526c40a3ea924406c9ae0c672d0f0413
parentccd2a6d95846e676a1aefabd1c9022cc2fb3d1db
Emit a warning the first time that one tries to resolve the size of a type passing a nullptr ExecutionContext - but only when it might actually make a difference

This should help us find these cases and act on them

llvm-svn: 227289
lldb/source/Symbol/ClangASTType.cpp