RE: FW: SemaAccess bug (protected members of derived)

2017-03-21 Thread Dixon Ryan (ETAS/ERS-PD2) via cfe-commits
please attach a diff that includes both the code change and the new test? On 21 March 2017 at 14:18, Dixon Ryan (ETAS/ERS-PD2) via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Sending to mailing list. From: Dixon Ryan (ETAS/ERS-PD2) Sent: 21 March 2017 14:18 To: 'Alex L&#x

FW: SemaAccess bug (protected members of derived)

2017-03-21 Thread Dixon Ryan (ETAS/ERS-PD2) via cfe-commits
@lists.llvm.org> Subject: Re: SemaAccess bug (protected members of derived) Hi, Can you please add a suitable test-case? Clang's code-completion tests are normally in test/CodeCompletion or test/Index. Cheers, Alex On 21 March 2017 at 12:05, Dixon Ryan (ETAS/ERS-PD2) via cfe-commits mailt

SemaAccess bug (protected members of derived)

2017-03-21 Thread Dixon Ryan (ETAS/ERS-PD2) via cfe-commits
There are a number of users of the clang static analyser back-end for intelligent code completion. Irony-Mode for emacs, for example. For a while people have been reporting an issue with not getting completions for protected members of parent classes and I believe this patch solves the bug: simp