]> granicus.if.org Git - clang/commit
PR15633: Note that we are EnteringContext when parsing the nested name
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 1 Apr 2013 21:43:41 +0000 (21:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 1 Apr 2013 21:43:41 +0000 (21:43 +0000)
commit725fe0ede4c5355666a300f4fd7dae9454f35a37
tree099e9e3357b2f3de4b851588f3eae88944202733
parente40e496fcec9381d75c0f72a15207902b08838e1
PR15633: Note that we are EnteringContext when parsing the nested name
specifier for an enumeration. Also fix a crash-on-invalid if a non-dependent
name specifier is used to declare an enum template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178502 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDecl.cpp
test/SemaCXX/enum-scoped.cpp