<div dir="ltr">I'm trying to find out where clang finds deprecated compiler-generated special member functions so I can update a clang tidy check I am working on to apply the same logic.<div><br></div><div><a href="http://reviews.llvm.org/D16376">http://reviews.llvm.org/D16376</a><br></div><div><br></div><div>I'm not sure where to start looking. I have some simple test code that triggers the warning I want but asking LLDB to stop at program entry when debugging clang won't print out source. I can explicitly print out source lines but it won't show me which line I'm at. This renders exploration impossiblel, I fear there's a trick I'm missing.</div><div><br></div><div>I've tried searching code for diagnostic text but this seems to happen a fair way away from diagnosing the issue.</div><div><br></div><div>thanks for any help,</div><div><br></div><div>Jon</div></div>