1. 842022a [DeclPrinter] Allow printing fully qualified name of function declaration by Serge Pavlov · 8 years ago
  2. 35019db [DeclPrinter] Honor TerseOutput for constructors by Alex Lorenz · 8 years ago
  3. bbf4f70 ASTPrinter: Objective-C method declarations don't need a space after by Alex Lorenz · 8 years ago
  4. 7cdc705 Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs} by Alexander Kornienko · 9 years ago
  5. a67a4d2 Make output of -ast-print a valid C++ code. by Serge Pavlov · 9 years ago
  6. 512fb64 Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects. by Aaron Ballman · 10 years ago
  7. 8423df9 Move a test from static-assert.cpp to DeclPrinterTest by David Majnemer · 10 years ago
  8. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  9. a593419 AST printer: fix double space before base class with no access specifier. by Richard Smith · 11 years ago
  10. a4bb292 When pretty-printing a declaration of a pack, put the ellipsis before the name by Richard Smith · 11 years ago
  11. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  12. 5ea34fc Decl printing: add tests for typedefs by Dmitri Gribenko · 12 years ago
  13. 594802f Add a StmtPrinter test for implicit and explicit conversion operator calls. by Benjamin Kramer · 12 years ago
  14. 2907b08 Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors. by Benjamin Kramer · 12 years ago
  15. 00e8a19 Reapply "Pretty Printer: Fix printing of conversion operator decls and calls." by Benjamin Kramer · 12 years ago
  16. 7d2da0b clang/unittests/AST,ASTMatchers: Remove _MSC_VER. by NAKAMURA Takumi · 12 years ago
  17. 8a8454b unittests: explicit stringify StringRefs for conversion by Saleem Abdulrasool · 12 years ago
  18. e81daee When formatting a C++-only declaration name, enable C++ mode in the formatter's by Richard Smith · 12 years ago
  19. d4328de Switch to ssize_t from size_t to unbreak windows builders. by David Majnemer · 12 years ago
  20. 4419449 Provide couple of DeclPrint tests for my last patch. by Fariborz Jahanian · 13 years ago
  21. 0389e52 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 13 years ago
  22. 9b7ab87 This is the libclang patch providing minimal API to by Fariborz Jahanian · 13 years ago
  23. bd30512 PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 13 years ago
  24. de872af In DeclPrint add printing of '= default' in constructors. by Fariborz Jahanian · 13 years ago
  25. 69c403c In DeclPrint add printing of 'explicit' constructors. by Fariborz Jahanian · 13 years ago
  26. ae638b3 fix comment. by Fariborz Jahanian · 13 years ago
  27. 14ef479 Testing C++ declarations embedded in by Fariborz Jahanian · 13 years ago
  28. e0586a5 Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko. by Fariborz Jahanian · 13 years ago
  29. 454a43c DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs by Dmitri Gribenko · 13 years ago
  30. bda79e5 DeclPrinter tests: since now some platforms use C++11 by default, make it by Dmitri Gribenko · 13 years ago
  31. 723b4f0 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 13 years ago
  32. 6ab80a0 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 13 years ago
  33. 6ed1f85 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 13 years ago
  34. bd3d76d Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 13 years ago
  35. def829e DeclPrinter tests: mark test case we get wrong currently with WRONG. by Dmitri Gribenko · 13 years ago
  36. 340c0f6 DeclPrinter tests: add two more tests. by Dmitri Gribenko · 13 years ago
  37. a9a2af7 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 13 years ago
  38. a93a7e8 Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 13 years ago
  39. 309856a DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 13 years ago