-
- Downloads
When pretty-printing tag types, only print the tag if we're in C (and
therefore not creating ElaboratedTypes, which are still pretty-printed with the written tag). Most of these testcase changes were done by script, so don't feel too sorry for my fingers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98149 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/PrettyPrinter.h 2 additions, 5 deletionsinclude/clang/AST/PrettyPrinter.h
- lib/AST/Expr.cpp 0 additions, 1 deletionlib/AST/Expr.cpp
- lib/AST/NestedNameSpecifier.cpp 0 additions, 1 deletionlib/AST/NestedNameSpecifier.cpp
- lib/AST/TypePrinter.cpp 64 additions, 57 deletionslib/AST/TypePrinter.cpp
- test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp 2 additions, 2 deletions...asic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp
- test/CXX/class.access/class.friend/p1.cpp 9 additions, 9 deletionstest/CXX/class.access/class.friend/p1.cpp
- test/CXX/class/class.friend/p1.cpp 1 addition, 1 deletiontest/CXX/class/class.friend/p1.cpp
- test/CXX/class/class.local/p2.cpp 1 addition, 1 deletiontest/CXX/class/class.local/p2.cpp
- test/CXX/class/class.union/p1.cpp 21 additions, 21 deletionstest/CXX/class/class.union/p1.cpp
- test/CXX/conv/conv.mem/p4.cpp 8 additions, 8 deletionstest/CXX/conv/conv.mem/p4.cpp
- test/CXX/dcl.dcl/dcl.spec/dcl.stc/p9.cpp 2 additions, 2 deletionstest/CXX/dcl.dcl/dcl.spec/dcl.stc/p9.cpp
- test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p3.cpp 1 addition, 1 deletiontest/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p3.cpp
- test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp 5 additions, 5 deletionstest/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp
- test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-var.cpp 14 additions, 14 deletionstest/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-var.cpp
- test/CXX/dcl.decl/dcl.init/p6.cpp 1 addition, 1 deletiontest/CXX/dcl.decl/dcl.init/p6.cpp
- test/CXX/dcl.decl/dcl.meaning/dcl.mptr/p3.cpp 2 additions, 2 deletionstest/CXX/dcl.decl/dcl.meaning/dcl.mptr/p3.cpp
- test/CodeCompletion/call.cpp 2 additions, 2 deletionstest/CodeCompletion/call.cpp
- test/CodeCompletion/enum-switch-case-qualified.cpp 7 additions, 7 deletionstest/CodeCompletion/enum-switch-case-qualified.cpp
- test/CodeCompletion/enum-switch-case.cpp 5 additions, 5 deletionstest/CodeCompletion/enum-switch-case.cpp
- test/FixIt/typo.cpp 3 additions, 3 deletionstest/FixIt/typo.cpp
Loading
Please register or sign in to comment