[PATCH] D30946: [ScopePrinting] Added support to print full scopes of types and declarations.

Simon Schroeder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 13 05:43:19 PDT 2017


schroedersi updated this revision to Diff 98887.
schroedersi added a comment.

- Ran clang-format (current trunk version) on the changes (except on some test files)
- Adapted patch to current trunk version


https://reviews.llvm.org/D30946

Files:
  include/clang/AST/PrettyPrinter.h
  include/clang/AST/TemplateName.h
  lib/AST/Decl.cpp
  lib/AST/DeclPrinter.cpp
  lib/AST/DeclarationName.cpp
  lib/AST/NestedNameSpecifier.cpp
  lib/AST/TemplateName.cpp
  lib/AST/TypePrinter.cpp
  lib/CodeGen/CGDebugInfo.cpp
  lib/Tooling/Core/QualTypeNames.cpp
  test/CXX/class.access/p6.cpp
  test/Index/comment-cplus-decls.cpp
  unittests/AST/AbsoluteScopeTest.cpp
  unittests/AST/CMakeLists.txt
  unittests/AST/NamedDeclPrinterTest.cpp
  unittests/AST/TypePrinterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30946.98887.patch
Type: text/x-patch
Size: 53290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170513/2bf8a2ca/attachment-0001.bin>


More information about the cfe-commits mailing list