summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+26
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+24
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+26
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+22
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+20
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+24
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-251-17/+15
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+27
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-27/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+27
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-0/+21
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+22
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+22
* No longer triggering a checked iterator assert on Windows when using std::cop...Aaron Ballman2014-05-131-4/+3
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-20/+19
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+24
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+22
* [OPENMP] OMPExecutableDirective re-factoringAlexander Musman2014-03-271-2/+2
* [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() wi...Aaron Ballman2014-03-141-4/+3
* "&&&" != "&&"Richard Trieu2014-02-271-1/+1
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-3/+32
* Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.hAlexey Bataev2014-02-251-19/+25
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+23
* Add unused markings to suppress warnings.Eli Friedman2013-09-101-3/+7
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+30
* Remove useless reinterpret_casts from Stmt.cppPavel Labath2013-09-031-9/+9
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-30/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+30
* Constify some more ASTContext& uses.Craig Topper2013-08-221-13/+14
* Constify the ASTContext& passed to Stmt creation functions. Also constify the...Craig Topper2013-08-221-43/+38
* Revert accidental commit.Craig Topper2013-08-211-56/+59
* Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...Craig Topper2013-08-211-59/+56
* Revert r188756 because some other changes snuck in with it.Craig Topper2013-08-201-56/+59
* Add AVX-512 feature flag and knl cpu to clang.Craig Topper2013-08-201-59/+56
* Make the version of Stmt::operator new that takes ASTContext* call the ASTCon...Craig Topper2013-08-191-5/+0
* Revert r188644 to unbreak buildbots.Craig Topper2013-08-181-0/+5
* Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTCo...Craig Topper2013-08-181-5/+0
* Remove throw() from Stmt::operator new so the compiler will omit the null che...Craig Topper2013-08-181-2/+2
* Make expression allocation methods use a 'const' reference to the ASTContext ...Craig Topper2013-08-181-2/+2
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+52
* Delete dead code.Eli Friedman2013-06-271-22/+0
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-1/+1
* Implement template support for CapturedStmtWei Pan2013-05-041-4/+6
* Serialization for captured statementsBen Langmuir2013-05-031-2/+2
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-14/+27
* Sema for Captured StatementsTareq A. Siraj2013-04-161-8/+8
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+102
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+4
* ArrayRefize CXXTryStmt.Nico Weber2012-12-291-7/+6
OpenPOWER on IntegriCloud