]> granicus.if.org Git - clang/commit
Improve recovery when a comma is missing between enumerators in an
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Sep 2010 14:51:08 +0000 (14:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Sep 2010 14:51:08 +0000 (14:51 +0000)
commit751f6922376dfe9432795b65a3649179e4ef5cf5
tree18b14744149494a17086a56e7460d8a78557ea38
parentb1f6fa48960eae269a3931d1fc545ed468d9a4d2
Improve recovery when a comma is missing between enumerators in an
enumeration definition. Fixes <rdar://problem/7159693>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113201 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
test/FixIt/fixit.c