| Commit message (Expand) | Author | Age | Files | Lines |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -1/+6 |
| * | Model temporary lifetime-extension explicitly in the AST. Use this model to | Richard Smith | 2013-06-05 | 1 | -0/+1 |
| * | Implement template support for CapturedStmt | Wei Pan | 2013-05-04 | 1 | -0/+3 |
| * | Serialization for captured statements | Ben Langmuir | 2013-05-03 | 1 | -2/+27 |
| * | Move parsing of identifiers in MS-style inline assembly into | John McCall | 2013-05-03 | 1 | -4/+34 |
| * | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+7 |
| * | Implement CapturedStmt AST | Tareq A. Siraj | 2013-04-16 | 1 | -0/+7 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+10 |
| * | Objective-C: Provide fixit hints when warning | Fariborz Jahanian | 2013-04-02 | 1 | -0/+1 |
| * | Objective-C: Provide fixit suggestions when class object | Fariborz Jahanian | 2013-03-28 | 1 | -0/+1 |
| * | objective-C arg: provide fixit support when | Fariborz Jahanian | 2013-02-22 | 1 | -0/+1 |
| * | Switch to APFloat constructor taking fltSemantics. | Tim Northover | 2013-01-22 | 1 | -1/+2 |
| * | Move the common source locations of CastStmt & DefaultStmt into their base cl... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -4/+2 |
| * | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith | 2012-12-19 | 1 | -0/+1 |
| * | Allow to pass from syntactic form of InitListExpr to semantic form (just as v... | Abramo Bagnara | 2012-11-08 | 1 | -0/+2 |
| * | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie | 2012-11-07 | 1 | -1/+1 |
| * | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith | 2012-10-18 | 1 | -2/+0 |
| * | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -0/+2 |
| * | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 2012-09-12 | 1 | -0/+11 |
| * | Revert r163083 per chandlerc's request. | Joao Matos | 2012-09-04 | 1 | -6/+0 |
| * | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos | 2012-09-02 | 1 | -0/+6 |
| * | [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional | Chad Rosier | 2012-08-27 | 1 | -1/+1 |
| * | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier | 2012-08-25 | 1 | -2/+2 |
| * | [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. | Chad Rosier | 2012-08-24 | 1 | -0/+2 |
| * | [ms-inline asm] Remove old cruft now that MS-style asms their own code path. | Chad Rosier | 2012-08-20 | 1 | -1/+0 |
| * | Inline storage of attributes in AttributedStmt. | Alexander Kornienko | 2012-07-09 | 1 | -0/+1 |
| * | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
| * | Etch out the code path for MS-style inline assembly. | Chad Rosier | 2012-06-11 | 1 | -0/+5 |
| * | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis | 2012-05-16 | 1 | -0/+1 |
| * | Store the source range of a CXXOperatorCallExpr in the Expr object instead of | Argyrios Kyrtzidis | 2012-04-30 | 1 | -0/+1 |
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -5/+5 |
| * | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith | 2012-04-14 | 1 | -0/+8 |
| * | AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving | Richard Smith | 2012-04-10 | 1 | -8/+2 |
| * | Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property | Argyrios Kyrtzidis | 2012-03-30 | 1 | -0/+1 |
| * | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -9/+1 |
| * | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -0/+6 |
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -2/+58 |
| * | ASTWriter: Cache some DenseMaps we use repeatedly. | Daniel Dunbar | 2012-02-29 | 1 | -5/+4 |
| * | Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ... | Benjamin Kramer | 2012-02-27 | 1 | -0/+1 |
| * | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 1 | -0/+10 |
| * | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl | 2012-02-16 | 1 | -9/+4 |
| * | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl | 2012-02-16 | 1 | -4/+9 |
| * | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl | 2012-02-16 | 1 | -9/+4 |
| * | Implement AST (de-)serialization for lambda expressions. | Douglas Gregor | 2012-02-14 | 1 | -1/+28 |
| * | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 2012-02-07 | 1 | -0/+5 |
| * | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -30/+34 |
| * | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis | 2012-01-12 | 1 | -0/+1 |
| * | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis | 2011-12-03 | 1 | -9/+1 |
| * | [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization c... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -0/+4 |
| * | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -3/+3 |