summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-071-1/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+9
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-9/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+9
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-151-1/+1
* Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.James Dennett2013-08-091-3/+5
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-0/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+62
* PR12086, PR15117Richard Smith2013-06-121-1/+6
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+1
* Implement template support for CapturedStmtWei Pan2013-05-041-0/+3
* Serialization for captured statementsBen Langmuir2013-05-031-2/+27
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-4/+34
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+7
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+7
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+10
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-021-0/+1
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-281-0/+1
* objective-C arg: provide fixit support whenFariborz Jahanian2013-02-221-0/+1
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-221-1/+2
* Move the common source locations of CastStmt & DefaultStmt into their base cl...Argyrios Kyrtzidis2013-01-041-4/+2
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-191-0/+1
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-081-0/+2
* PR13552: Fix the end location of a CXXNewExpr.David Blaikie2012-11-071-1/+1
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-2/+0
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-0/+2
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+11
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-6/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+6
* [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier2012-08-271-1/+1
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-2/+2
* [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms.Chad Rosier2012-08-241-0/+2
* [ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier2012-08-201-1/+0
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-0/+1
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-041-0/+1
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+5
* [libclang/AST] Index references of protocols in "@protocol(...)" syntax.Argyrios Kyrtzidis2012-05-161-0/+1
* Store the source range of a CXXOperatorCallExpr in the Expr object instead ofArgyrios Kyrtzidis2012-04-301-0/+1
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-5/+5
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+8
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-101-8/+2
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-0/+1
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-9/+1
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+6
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-2/+58
* ASTWriter: Cache some DenseMaps we use repeatedly.Daniel Dunbar2012-02-291-5/+4
* Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ...Benjamin Kramer2012-02-271-0/+1
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+10
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-9/+4
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-4/+9
OpenPOWER on IntegriCloud