]> granicus.if.org Git - clang/commit
Bowing to popular demand, reduce the "comma at end of enumerator list"
authorDouglas Gregor <dgregor@apple.com>
Thu, 8 Jul 2010 14:54:42 +0000 (14:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 8 Jul 2010 14:54:42 +0000 (14:54 +0000)
commit6d82ef45d624da4fc88a2fbf7dd1dc144aeb05b0
tree952f9764cdfc9c0932752665c83d843c89c7a40d
parent39dbad9b67cd9e36b9cd3b48a16caf7e4461211e
Bowing to popular demand, reduce the "comma at end of enumerator list"
ExtWarn to an Extension. Let the broken code propagate!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107875 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
test/SemaCXX/overloaded-operator.cpp