]> granicus.if.org Git - clang/commit
Print the context of tag types as part of pretty-printing, e.g.,
authorDouglas Gregor <dgregor@apple.com>
Thu, 19 Mar 2009 04:25:59 +0000 (04:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 19 Mar 2009 04:25:59 +0000 (04:25 +0000)
commit24c46b3133b03e254877a680f92f035e56058a39
treeac95a2d65b85834a3b45a4ddd3857a40dcc60190
parentbad351822117eaf280081494e3dbe4a06c0dbfcf
Print the context of tag types as part of pretty-printing, e.g.,

  struct N::M::foo

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67284 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/Type.cpp
test/SemaCXX/elaborated-type-specifier.cpp
test/SemaCXX/enum.cpp
test/SemaCXX/qualified-names-diag.cpp
test/SemaTemplate/class-template-id-2.cpp
test/SemaTemplate/qualified-names-diag.cpp