aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST
AgeCommit message (Expand)Author
2013-09-07Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella
2013-08-23Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko
2013-07-19Fix source range of implicitly instantiated friend declaration.Enea Zaffanella
2013-07-17Fixed source range of C++03 access declarations.Enea Zaffanella
2013-07-13Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co...David Blaikie
2013-07-13Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"David Blaikie
2013-07-13PR16540: ASTVector::insert(Context, Iter, Element) doesn't compileDavid Blaikie
2013-07-08Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella
2013-07-08AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...NAKAMURA Takumi
2013-07-07Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella
2013-07-06Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella
2013-06-19Enhancements for the DynTypedNodeSamuel Benzaquen
2013-06-17Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-06-07Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman
2013-06-07Adds a test that verifies angle bracket locations.Manuel Klimek
2013-06-05ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".NAKAMURA Takumi
2013-06-03__uint128_t is only available on 64 bit platforms, only test it when it's aro...Benjamin Kramer
2013-06-03Fix memory leak for APValues that do memory allocation.Manuel Klimek
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-02-28First step towards adding a parent map to the ASTContext.Manuel Klimek
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-05PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith
2013-01-31Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek
2013-01-19Comment parsing: add more tests for html character referencesDmitri Gribenko
2013-01-19fix the unit tests too.Chris Lattner
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-12-04Really sort the #include lines in unittests/...Chandler Carruth
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-12-04ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.NAKAMURA Takumi
2012-12-04Untabify (in USEDLIBS, Makefile(s)).NAKAMURA Takumi
2012-11-29Remove out-of-date comment.Richard Smith
2012-11-29ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....NAKAMURA Takumi
2012-11-29ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...NAKAMURA Takumi
2012-11-08Fix a source range regression in C++ new expressions with call initializers.David Blaikie
2012-11-08Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara
2012-11-08Fixed range of implicit MemberExpr.Abramo Bagnara
2012-11-07Test for source location range of new expressions fixed in r167507.David Blaikie
2012-11-06Add unit tests for source locations of AST nodes.Manuel Klimek
2012-10-23More unit-test fixesDouglas Gregor