summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-2/+10
* Fixes PR18762, stop the StmtPrinter for ObjCPropertyRefExpr from crashing onRichard Trieu2014-02-061-1/+3
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-2/+4
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-15/+2
* Remove an unused parameter and include after r197273Alp Toker2013-12-131-1/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-17/+3
* Unify type trait parsingAlp Toker2013-12-121-54/+9
* Add new PrintingPolicy entry to trim number of newlines. Useful for the CFG ...Ted Kremenek2013-12-111-7/+14
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-2/+2
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-061-0/+3
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+1
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+8
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-10/+4
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-271-2/+2
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-8/+12
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+8
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+8
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-8/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+8
* Constify some more ASTContext& uses.Craig Topper2013-08-221-1/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+61
* PR12086, PR15117Richard Smith2013-06-121-0/+4
* Fix printing CXXTemporaryObjectExpr with default args.Rafael Espindola2013-05-241-0/+2
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-0/+7
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-1/+1
* Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...Richard Smith2013-05-011-5/+6
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-1/+5
* Sema for Captured StatementsTareq A. Siraj2013-04-161-1/+1
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+4
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+12
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-271-0/+3
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-33/+15
* StmtPrinter: Directly print types to the stream instead of taking a detour th...Benjamin Kramer2013-02-221-51/+68
* StmtPrinter: Write large char values using \u or \U.Jordan Rose2013-02-081-8/+9
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-5/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-191-0/+6
* Testing C declarations embedded inFariborz Jahanian2012-12-041-0/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-2/+3
* 80 cols & unnecessary braces from r167736.David Blaikie2012-11-121-3/+3
* Correct printing of nested anonymous type member accesses.David Blaikie2012-11-121-1/+9
* Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski.Eli Friedman2012-10-231-0/+1
* Use the type as written when pretty-printing C-style casts. Patch by Grzegor...Eli Friedman2012-10-181-1/+1
* Fix AST pretty-printing for C++ new expressions with placement arguments with...Eli Friedman2012-10-181-1/+3
* Fix pretty-printing for variables declared in a condition. Patch by Grzegorz...Eli Friedman2012-10-161-6/+15
* Fix -ast-print for uses of operator->.Eli Friedman2012-10-121-0/+2
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+1
* StmtPrinter: Print floating point literals with the right suffix to disambigu...Benjamin Kramer2012-09-201-2/+27
OpenPOWER on IntegriCloud