aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST
AgeCommit message (Expand)Author
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
2012-10-23Fixup unit tests for DiagnosticOptions changeDouglas Gregor
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian
2012-10-18Patch for decl printer test of objective-c methods.Fariborz Jahanian
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-24unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000...NAKAMURA Takumi
2012-09-23As a followup for r164303, add some tests for printing literals that testDmitri Gribenko
2012-09-14Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-31Remove the useless CommentOptions class.Dmitri Gribenko
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