summaryrefslogtreecommitdiff
path: root/include/clang/Basic/StmtNodes.td
Commit message (Expand)AuthorAge
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-27
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-19
* PR12086, PR15117Richard Smith2013-06-12
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-20
* Implement CapturedStmt ASTTareq A. Siraj2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-12
* Revert r163083 per chandlerc's request.Joao Matos2012-09-04
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-02
* [ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmtChad Rosier2012-08-27
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-25
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-11
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-19
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-14
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-10
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-07
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-06
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-24
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-07
* Change the AST representation of operations on Objective-CJohn McCall2011-11-06
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-25
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-11
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-15
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-21
* Automatic Reference Counting.John McCall2011-06-15
* Add support for builtin astype:Tanya Lattner2011-06-04
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-28
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-28
* t/clang/expr-traitsJohn Wiegley2011-04-25
* C1X: implement generic selectionsPeter Collingbourne2011-04-15
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-14
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-11
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-17
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-09
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-09
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-15
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-04
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-03
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-08
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-07
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-06
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-02
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-15