summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-5/+19
* Fix the ASTPrinter output for ascii char literals >127.Steven Watanabe2016-02-131-0/+6
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-2/+2
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-6/+8
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+6
* assert(false) -> llvm_unreachable().Davide Italiano2016-01-301-1/+1
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+6
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+10
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+6
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+6
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+10
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+1
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-3/+3
* [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev2015-12-281-2/+12
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-181-5/+5
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-0/+7
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+5
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-5/+0
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-0/+6
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+5
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-0/+6
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-0/+4
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+6
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-0/+6
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+6
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-0/+6
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+7
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-0/+6
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-231-0/+17
* [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
OpenPOWER on IntegriCloud