aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST/DeclPrinterTest.cpp
AgeCommit message (Expand)Author
2012-12-20Provide couple of DeclPrint tests for my last patch.Fariborz Jahanian
2012-12-19Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian
2012-12-18This is the libclang patch providing minimal API toFariborz Jahanian
2012-12-11PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith
2012-12-05In DeclPrint add printing of '= default'Fariborz Jahanian
2012-12-05In DeclPrint add printing of 'explicit'Fariborz Jahanian
2012-12-05fix comment.Fariborz Jahanian
2012-12-05Testing C++ declarations embedded inFariborz Jahanian
2012-10-18Patch for decl printer test of objective-c methods.Fariborz Jahanian
2012-08-31DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgsDmitri Gribenko
2012-08-31DeclPrinter tests: since now some platforms use C++11 by default, make itDmitri Gribenko
2012-08-30Reland r160052: Default to -std=c++11 on Windows.Nico Weber
2012-08-25ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompa...NAKAMURA Takumi
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper
2012-08-24Rename the ASTMatchers to better match AST nodes. Now, allDaniel Jasper
2012-08-24DeclPrinter tests: mark test case we get wrong currently with WRONG.Dmitri Gribenko
2012-08-24DeclPrinter tests: add two more tests.Dmitri Gribenko
2012-08-21DeclPrinter, terse mode: don't print function bodiesDmitri Gribenko
2012-08-21Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutputDmitri Gribenko
2012-08-20DeclPrinter: add terse output mode and lots of testsDmitri Gribenko