[LLVMbugs] [Bug 7159] New: Audit handling of attributes in templates
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 17 16:48:40 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7159
Summary: Audit handling of attributes in templates
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: dgregor at apple.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
Clang's template instantiation mechanism does not properly cope with
attributes. It needs to deal with dependent attributes (see, e.g.,
http://llvm.org/bugs/show_bug.cgi?id=6322), maintain attributes through
template instantiation on all declarations, and type-check the application of
attributes to declarations/types after instantiation.
--
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