]> granicus.if.org Git - clang/commit
Start emitting ElaboratedTypes in C++ mode. Support the effort in various
authorJohn McCall <rjmccall@apple.com>
Sat, 5 Sep 2009 06:31:47 +0000 (06:31 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 5 Sep 2009 06:31:47 +0000 (06:31 +0000)
commit2191b20bfb31fc0e22a158f6b4204cd0b7dbd0fd
treef83185278453f6702e0ebee829f34e2cd58b6a4f
parenta2f4ec0df645fc249d2945beef9653f03b175417
Start emitting ElaboratedTypes in C++ mode.  Support the effort in various
ways:  remove elab types during desugaring, enhance pretty-printing to allow
tags to be suppressed without suppressing scopes, look through elab types
when associating a typedef name with an anonymous record type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81065 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/PrettyPrinter.h
lib/AST/NestedNameSpecifier.cpp
lib/AST/Type.cpp
lib/CodeGen/Mangle.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp