summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/DeclPrinterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AST] Use written names instead of `type-param-0-0` in more cases when printi...Sam McCall2019-11-151-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-231-4/+47
* [DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz2017-11-161-16/+44
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-021-1/+1
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-1/+1
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-94/+30
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-23/+23
* Move a test from static-assert.cpp to DeclPrinterTestDavid Majnemer2015-06-051-0/+18
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* AST printer: fix double space before base class with no access specifier.Richard Smith2014-07-231-6/+6
* When pretty-printing a declaration of a pack, put the ellipsis before the nameRichard Smith2014-07-231-12/+11
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+2
* Decl printing: add tests for typedefsDmitri Gribenko2014-03-031-0/+34
* Add a StmtPrinter test for implicit and explicit conversion operator calls.Benjamin Kramer2014-02-261-0/+1
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer2014-02-251-14/+10
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-251-6/+3
* clang/unittests/AST,ASTMatchers: Remove _MSC_VER.NAKAMURA Takumi2014-02-161-3/+14
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-251-3/+4
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-221-1/+1
* Switch to ssize_t from size_t to unbreak windows builders.David Majnemer2014-01-141-3/+3
* Provide couple of DeclPrint tests for my last patch.Fariborz Jahanian2012-12-201-0/+18
* Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian2012-12-191-1/+1
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-181-1/+1
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-111-2/+1
* In DeclPrint add printing of '= default'Fariborz Jahanian2012-12-051-2/+2
* In DeclPrint add printing of 'explicit'Fariborz Jahanian2012-12-051-2/+1
* fix comment.Fariborz Jahanian2012-12-051-1/+1
* Testing C++ declarations embedded inFariborz Jahanian2012-12-051-18/+11
* Patch for decl printer test of objective-c methods.Fariborz Jahanian2012-10-181-6/+36
* DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgsDmitri Gribenko2012-08-311-27/+10
* DeclPrinter tests: since now some platforms use C++11 by default, make itDmitri Gribenko2012-08-311-105/+97
* Reland r160052: Default to -std=c++11 on Windows.Nico Weber2012-08-301-0/+2
* ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompa...NAKAMURA Takumi2012-08-251-1/+2
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-1/+1
* Rename the ASTMatchers to better match AST nodes. Now, allDaniel Jasper2012-08-241-46/+46
* DeclPrinter tests: mark test case we get wrong currently with WRONG.Dmitri Gribenko2012-08-241-1/+1
* DeclPrinter tests: add two more tests.Dmitri Gribenko2012-08-241-0/+23
* DeclPrinter, terse mode: don't print function bodiesDmitri Gribenko2012-08-211-17/+34
* Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutputDmitri Gribenko2012-08-211-1/+1
* DeclPrinter: add terse output mode and lots of testsDmitri Gribenko2012-08-201-0/+1200
OpenPOWER on IntegriCloud