| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix source range of implicitly instantiated friend declaration. | Enea Zaffanella | 2013-07-19 | 1 | -0/+13 |
| * | Fixed source range of C++03 access declarations. | Enea Zaffanella | 2013-07-17 | 1 | -0/+20 |
| * | Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co... | David Blaikie | 2013-07-13 | 2 | -0/+25 |
| * | Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" | David Blaikie | 2013-07-13 | 2 | -27/+0 |
| * | PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile | David Blaikie | 2013-07-13 | 2 | -0/+27 |
| * | Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", | Enea Zaffanella | 2013-07-08 | 2 | -10/+18 |
| * | AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru... | NAKAMURA Takumi | 2013-07-08 | 1 | -0/+5 |
| * | Fixed source range for functional cast and unresolved construct expr nodes. | Enea Zaffanella | 2013-07-07 | 2 | -1/+26 |
| * | Fixed source location info for UnaryTransformTypeLoc nodes. | Enea Zaffanella | 2013-07-06 | 1 | -0/+21 |
| * | Enhancements for the DynTypedNode | Samuel Benzaquen | 2013-06-19 | 2 | -0/+63 |
| * | Fix source range of CXXNewExpr with parentheses around the type. PR15569. | Eli Friedman | 2013-06-17 | 1 | -0/+6 |
| * | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
| * | Re-commit r183466 with a fix to make the TypeLoc casting machinery work | Eli Friedman | 2013-06-07 | 1 | -1/+1 |
| * | Adds a test that verifies angle bracket locations. | Manuel Klimek | 2013-06-07 | 1 | -0/+19 |
| * | ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". | NAKAMURA Takumi | 2013-06-05 | 1 | -0/+1 |
| * | __uint128_t is only available on 64 bit platforms, only test it when it's aro... | Benjamin Kramer | 2013-06-03 | 1 | -0/+2 |
| * | Fix memory leak for APValues that do memory allocation. | Manuel Klimek | 2013-06-03 | 2 | -0/+57 |
| * | [Doc parsing] Provide diagnostics for unknown documentation | Fariborz Jahanian | 2013-05-03 | 2 | -2/+2 |
| * | Add an error to check that all program scope variables are in the constant ad... | Tanya Lattner | 2013-04-05 | 1 | -4/+4 |
| * | Comment parsing: refactor handling of command markers in AST | Dmitri Gribenko | 2013-03-04 | 1 | -15/+64 |
| * | Some refactoring in my patch on document | Fariborz Jahanian | 2013-03-02 | 1 | -10/+10 |
| * | First step towards adding a parent map to the ASTContext. | Manuel Klimek | 2013-02-28 | 3 | -1/+73 |
| * | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko | 2013-02-22 | 2 | -2/+74 |
| * | PR15095: Use more correct source locations for the InitListExpr we fake up for | Richard Smith | 2013-02-05 | 2 | -1/+36 |
| * | Move commonly useful code for AST testing into MatchVerfier.h. | Manuel Klimek | 2013-01-31 | 2 | -165/+196 |
| * | Comment parsing: add more tests for html character references | Dmitri Gribenko | 2013-01-19 | 1 | -1/+2 |
| * | fix the unit tests too. | Chris Lattner | 2013-01-19 | 1 | -1/+1 |
| * | Provide couple of DeclPrint tests for my last patch. | Fariborz Jahanian | 2012-12-20 | 1 | -0/+18 |
| * | Audit DeclPrinter with -ast-dump on Cocoa.h and | Fariborz Jahanian | 2012-12-19 | 1 | -1/+1 |
| * | This is the libclang patch providing minimal API to | Fariborz Jahanian | 2012-12-18 | 1 | -1/+1 |
| * | PR14558: Compute triviality of special members (etc) at the end of the class | Richard Smith | 2012-12-11 | 1 | -2/+1 |
| * | In DeclPrint add printing of '= default' | Fariborz Jahanian | 2012-12-05 | 1 | -2/+2 |
| * | In DeclPrint add printing of 'explicit' | Fariborz Jahanian | 2012-12-05 | 1 | -2/+1 |
| * | fix comment. | Fariborz Jahanian | 2012-12-05 | 1 | -1/+1 |
| * | Testing C++ declarations embedded in | Fariborz Jahanian | 2012-12-05 | 1 | -18/+11 |
| * | Really sort the #include lines in unittests/... | Chandler Carruth | 2012-12-04 | 2 | -2/+2 |
| * | Sort the #include lines for unittests/... | Chandler Carruth | 2012-12-04 | 3 | -13/+11 |
| * | ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. | NAKAMURA Takumi | 2012-12-04 | 1 | -1/+1 |
| * | Untabify (in USEDLIBS, Makefile(s)). | NAKAMURA Takumi | 2012-12-04 | 1 | -1/+1 |
| * | Remove out-of-date comment. | Richard Smith | 2012-11-29 | 1 | -3/+0 |
| * | ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff.... | NAKAMURA Takumi | 2012-11-29 | 1 | -14/+2 |
| * | ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco... | NAKAMURA Takumi | 2012-11-29 | 1 | -4/+12 |
| * | Fix a source range regression in C++ new expressions with call initializers. | David Blaikie | 2012-11-08 | 1 | -0/+6 |
| * | Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons... | Abramo Bagnara | 2012-11-08 | 1 | -1/+18 |
| * | Fixed range of implicit MemberExpr. | Abramo Bagnara | 2012-11-08 | 1 | -0/+8 |
| * | Test for source location range of new expressions fixed in r167507. | David Blaikie | 2012-11-07 | 1 | -0/+6 |
| * | Add unit tests for source locations of AST nodes. | Manuel Klimek | 2012-11-06 | 2 | -0/+253 |
| * | More unit-test fixes | Douglas Gregor | 2012-10-23 | 2 | -0/+2 |
| * | Fixup unit tests for DiagnosticOptions change | Douglas Gregor | 2012-10-23 | 2 | -2/+2 |
| * | [doc parsing] use getParamName to access parameter | Fariborz Jahanian | 2012-10-18 | 1 | -2/+2 |