]> granicus.if.org Git - clang/history - lib/AST/StmtCXX.cpp
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / AST / StmtCXX.cpp
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-04-03 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-03-27 Gor Nishanov[coroutines] Handle get_return_object_on_allocation_failure
2017-02-13 Gor Nishanov[coroutines] NFC: Refactor Sema::CoroutineBodyStmt...
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-02 James Y KnightMove functions declared in Stmt{ObjC,CXX}.h and OpenMPC...