[cfe-commits] [Patch]

Erik Verbruggen erik.verbruggen at me.com
Wed Sep 14 09:31:41 PDT 2011


Hello,

Attached is a patch to add CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. Included is a test-case which checks this with public/protected/private members/methods for C++. This can be used with code-completion to indicate availability/accessibility of completed items

The patch is against trunk rev. #139681. As always, feedback is welcome.

-- Erik.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110914/6d6be8a1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-CXAvailability_NotAccessible-to-indicate-that-.patch
Type: application/octet-stream
Size: 12564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110914/6d6be8a1/attachment.obj>


More information about the cfe-commits mailing list