summaryrefslogtreecommitdiff
path: root/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAge
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov2014-06-20
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* [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] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-13
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-09
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* Fix the AST printer for attributed statements so that it does not print dupli...Aaron Ballman2014-05-13
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-08
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-17
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-07
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-27
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-25
* Revert "Pretty Printer: Fix printing of conversion operator decls and calls."Rafael Espindola2014-02-25
* Pretty Printer: Fix printing of conversion operator decls and calls.Benjamin Kramer2014-02-25
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-13
* Fixes PR18762, stop the StmtPrinter for ObjCPropertyRefExpr from crashing onRichard Trieu2014-02-06
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-03
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Remove an unused parameter and include after r197273Alp Toker2013-12-13
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Unify type trait parsingAlp Toker2013-12-12
* Add new PrintingPolicy entry to trim number of newlines. Useful for the CFG ...Ted Kremenek2013-12-11
* Fix code typos spotted while working on type traitsAlp Toker2013-12-06
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-06
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-18
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-01
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-28
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-27
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-24
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18