summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith2013-02-052-1/+36
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-312-165/+196
* Comment parsing: add more tests for html character referencesDmitri Gribenko2013-01-191-1/+2
* fix the unit tests too.Chris Lattner2013-01-191-1/+1
* 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
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-042-2/+2
* Sort the #include lines for unittests/...Chandler Carruth2012-12-043-13/+11
* ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.NAKAMURA Takumi2012-12-041-1/+1
* Untabify (in USEDLIBS, Makefile(s)).NAKAMURA Takumi2012-12-041-1/+1
* Remove out-of-date comment.Richard Smith2012-11-291-3/+0
* ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....NAKAMURA Takumi2012-11-291-14/+2
* ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...NAKAMURA Takumi2012-11-291-4/+12
* Fix a source range regression in C++ new expressions with call initializers.David Blaikie2012-11-081-0/+6
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-081-1/+18
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-081-0/+8
* Test for source location range of new expressions fixed in r167507.David Blaikie2012-11-071-0/+6
* Add unit tests for source locations of AST nodes.Manuel Klimek2012-11-062-0/+253
* More unit-test fixesDouglas Gregor2012-10-232-0/+2
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-232-2/+2
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-2/+2
* Patch for decl printer test of objective-c methods.Fariborz Jahanian2012-10-181-6/+36
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-1/+1
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-1/+1
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-1/+1
* unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000...NAKAMURA Takumi2012-09-241-2/+0
* As a followup for r164303, add some tests for printing literals that testDmitri Gribenko2012-09-232-0/+175
* Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko2012-09-141-3/+31
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-102-89/+151
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* Remove the useless CommentOptions class.Dmitri Gribenko2012-08-312-2/+2
* 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
* Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko2012-08-221-78/+94
* 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-203-3/+1207
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-092-4/+8
OpenPOWER on IntegriCloud