summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/DeclPrinterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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