[LLVMbugs] [Bug 8159] New: clang accepts redundant scope specifier for variables in class definition
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 15 19:38:43 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8159
Summary: clang accepts redundant scope specifier for variables
in class definition
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: pichet2000 at gmail.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
clang compiles the following without error or warning:
class A {
int A::a;
};
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list