aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/StmtPrinter.cpp
AgeCommit message (Expand)Author
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-05-01Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-22StmtPrinter: Directly print types to the stream instead of taking a detour th...Benjamin Kramer
2013-02-08StmtPrinter: Write large char values using \u or \U.Jordan Rose
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-19PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith
2012-12-04Testing C declarations embedded inFariborz Jahanian
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-1280 cols & unnecessary braces from r167736.David Blaikie
2012-11-12Correct printing of nested anonymous type member accesses.David Blaikie
2012-10-23Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski.Eli Friedman
2012-10-18Use the type as written when pretty-printing C-style casts. Patch by Grzegor...Eli Friedman
2012-10-18Fix AST pretty-printing for C++ new expressions with placement arguments with...Eli Friedman
2012-10-16Fix pretty-printing for variables declared in a condition. Patch by Grzegorz...Eli Friedman
2012-10-12Fix -ast-print for uses of operator->.Eli Friedman
2012-09-25Add the Microsoft __is_interface_class type trait.John McCall
2012-09-20StmtPrinter: Print floating point literals with the right suffix to disambigu...Benjamin Kramer
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-09-04Revert r163083 per chandlerc's request.Joao Matos
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos
2012-08-27[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier
2012-08-25[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2012-08-16Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith
2012-08-15[ms-inline asm] Add the left brace source location and improve the prettyChad Rosier
2012-07-09Inline storage of attributes in AttributedStmt.Alexander Kornienko
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer
2012-06-30Add support for the C11 _Alignof keyword.Jordan Rose
2012-06-23Support L__FUNCTION__ in microsoft mode, PR11789Nico Weber
2012-06-13Moved the StringLiteral printing code from StmtPrinter into the StringLiteralRichard Trieu
2012-06-11Etch out the code path for MS-style inline assembly.Chad Rosier
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
2012-04-21move some stuff to .rodataNuno Lopes
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith
2012-04-12Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith
2012-04-11Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith
2012-04-05Fix assertions and wrong output from StmtPrinter's string literal printing.Richard Smith
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-09Fix statement printing for raw and template user-defined literals.Richard Smith
2012-03-08Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith