]> granicus.if.org Git - clang/commit
Clean up some error messages with anonymous structs/unions and member declaration...
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Mar 2009 23:28:18 +0000 (23:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Mar 2009 23:28:18 +0000 (23:28 +0000)
commite950d4bbb7c785c7a7abdd0ad98f372b8c7980b8
tree83e97413c95bfcae62c8f7524c273822bf9228f0
parent6d3dee9f9deda0dbe8e71d4228322ed82da70ff7
Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66305 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.def
lib/Parse/ParseDecl.cpp
test/Parser/cxx-using-directive.cpp
test/Sema/anonymous-struct-union.c