summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-2/+4
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+15
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+13
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+8
* [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...Aaron Ballman2014-03-141-6/+4
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+8
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-5/+22
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-0/+8
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-14/+0
* Serialize source range info for TypeTraitExpr.Jordan Rose2013-12-201-1/+4
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-15/+0
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-1/+1
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+13
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+12
* 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/+13
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-13/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+13
* 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-0/+1
* Fix read of uninitialized enum value in test, caught by UBSan. No functionalityRichard Smith2013-07-311-0/+2
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-0/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-1/+84
* PR12086, PR15117Richard Smith2013-06-121-1/+10
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+1
* ArrayRef'ize ShuffleVectorExpr::setExprsDmitri Gribenko2013-05-101-1/+1
* Implement template support for CapturedStmtWei Pan2013-05-041-3/+4
* Serialization for captured statementsBen Langmuir2013-05-031-2/+25
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-9/+65
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+9
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+8
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+12
* 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/+2
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-221-1/+3
* update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner2013-01-201-25/+13
* 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
* Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis2012-11-281-1/+1
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-081-1/+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/+15
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-8/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+8
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-3/+3
* [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms.Chad Rosier2012-08-241-0/+4
* [ms-inline asm] Remove old cruft now that MS-style asms their own code path.Chad Rosier2012-08-201-1/+0
OpenPOWER on IntegriCloud