[Lldb-commits] [Bug 11715] New: comma at end of enumerator list
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 5 15:22:58 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11715
Bug #: 11715
Summary: comma at end of enumerator list
Product: lldb
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: lldb-commits at cs.uiuc.edu
ReportedBy: nallegra at apple.com
Classification: Unclassified
The following files have enum declarations ending with commas:
include/lldb/Symbol/SymbolFile.h
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
tools/debugserver/source/RNBRemote.h
This is not valid in C++ before C++11. With -pedantic (which is set in
CompileCommonOpts), g++-4.2 generates errors.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the lldb-commits
mailing list