summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+4
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-6/+1
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-1/+6
* [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier2012-08-271-1/+1
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-1/+1
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-13/+10
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-161-1/+1
* [ms-inline asm] Add the left brace source location and improve the prettyChad Rosier2012-08-151-1/+6
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-3/+3
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-041-0/+1
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-1/+6
* Support L__FUNCTION__ in microsoft mode, PR11789Nico Weber2012-06-231-0/+3
* Moved the StringLiteral printing code from StmtPrinter into the StringLiteralRichard Trieu2012-06-131-87/+1
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+5
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* move some stuff to .rodataNuno Lopes2012-04-211-1/+1
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-2/+2
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+17
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-36/+18
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-11/+11
* Fix assertions and wrong output from StmtPrinter's string literal printing.Richard Smith2012-04-051-5/+46
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-4/+0
* Fix statement printing for raw and template user-defined literals.Richard Smith2012-03-091-6/+9
* Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith2012-03-081-1/+6
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+25
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+47
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+17
* Provide the __is_trivially_assignable type trait, which providesDouglas Gregor2012-02-231-5/+6
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-11/+7
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-7/+11
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-11/+7
* Introduce support for template instantiation of lambdaDouglas Gregor2012-02-131-3/+3
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-2/+2
OpenPOWER on IntegriCloud