summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+25
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-0/+2
* [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev2015-09-251-1/+5
* [OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev2015-09-181-1/+1
* [OPENMP] Fix printing of array section with single index.Alexey Bataev2015-09-111-3/+5
* [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev2015-09-031-0/+2
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+12
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+6
* [OPENMP 4.1] Initial support for modifiers in 'linear' clause.Alexey Bataev2015-08-201-0/+6
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-0/+6
* [OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev2015-07-301-1/+6
* [AST] It should be impossible to get Int128 or UInt128 into VisitIntegerLiteralDavid Majnemer2015-07-261-2/+0
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+5
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-181-7/+4
* [AST] Cleanup ExprIterator.Benjamin Kramer2015-07-181-1/+1
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+6
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+3
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+6
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+11
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+5
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+16
* Fix printing of GCCAsmExprs with input or output arguments.Jonathan Roelofs2015-06-091-2/+4
* AST: Fix printing GNU old-style field designatorsJustin Bogner2015-05-281-2/+8
* Replace the broken LambdaCapture::isInitCapture API.James Dennett2015-05-071-2/+2
* [AST] String literal operator templates have two template args, not oneDavid Majnemer2015-04-051-0/+9
* Sema: The i8 suffix should yield a literal of type charDavid Majnemer2015-03-061-1/+2
* PR22465: when performing list-initialization for a class type C, if we see anRichard Smith2015-02-051-4/+8
* Teach AST printing to not print whitespace inside {} and () for initialization,Richard Smith2015-01-301-7/+7
* PR22367: Don't forget to create a CXXFunctionalCastExpr aroundRichard Smith2015-01-281-4/+14
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+14
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+5
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-22/+1
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+5
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-5/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+5
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+6
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+5
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+5
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+2
* [OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...Alexey Bataev2014-07-241-0/+4
* [OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...Alexey Bataev2014-07-241-0/+4
* [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...Alexey Bataev2014-07-231-0/+4
* [OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+5
OpenPOWER on IntegriCloud