summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* Fix source range of implicitly instantiated friend declaration.Enea Zaffanella2013-07-191-0/+13
* Fixed source range of C++03 access declarations.Enea Zaffanella2013-07-171-0/+20
* Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co...David Blaikie2013-07-132-0/+25
* Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"David Blaikie2013-07-132-27/+0
* PR16540: ASTVector::insert(Context, Iter, Element) doesn't compileDavid Blaikie2013-07-132-0/+27
* Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella2013-07-082-10/+18
* AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...NAKAMURA Takumi2013-07-081-0/+5
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-072-1/+26
* Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella2013-07-061-0/+21
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-192-0/+63
* Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman2013-06-171-0/+6
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-1/+1
* Adds a test that verifies angle bracket locations.Manuel Klimek2013-06-071-0/+19
* ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".NAKAMURA Takumi2013-06-051-0/+1
* __uint128_t is only available on 64 bit platforms, only test it when it's aro...Benjamin Kramer2013-06-031-0/+2
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-032-0/+57
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-032-2/+2
* Add an error to check that all program scope variables are in the constant ad...Tanya Lattner2013-04-051-4/+4
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-041-15/+64
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-10/+10
* First step towards adding a parent map to the ASTContext.Manuel Klimek2013-02-283-1/+73
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-222-2/+74
* 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
OpenPOWER on IntegriCloud