From kdevelop-bugs Wed Jun 29 17:15:21 2011 From: Alexander Date: Wed, 29 Jun 2011 17:15:21 +0000 To: kdevelop-bugs Subject: [Bug 276759] New: KDevelop thinks class-private union members are Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=130936782809493 https://bugs.kde.org/show_bug.cgi?id=276759 Summary: KDevelop thinks class-private union members are public Product: kdevelop Version: git master Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: ashaduri@gmail.com Version: git master (using KDE 4.6.3) OS: Linux I think the following example is self-describing: class A { int s; // KDevelop (correctly) says private union { double d; // KDevelop says public, but it should say private }; }; KDevelop / KDevPlatform git master (2011-06-29). Thanks! Reproducible: Always Steps to Reproduce: Just paste the example I provided into a .cpp or .h file. Expected Results: "d" should be detected as private. openSUSE 11.3 x86_64. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs