index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
StmtPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Constify some more ASTContext& uses.
Craig Topper
2013-08-22
1
-1
/
+1
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+61
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+4
*
Fix printing CXXTemporaryObjectExpr with default args.
Rafael Espindola
2013-05-24
1
-0
/
+2
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-0
/
+7
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-1
/
+1
*
Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...
Richard Smith
2013-05-01
1
-5
/
+6
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-1
/
+5
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-1
/
+1
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-0
/
+4
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+12
*
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
1
-0
/
+3
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-33
/
+15
*
StmtPrinter: Directly print types to the stream instead of taking a detour th...
Benjamin Kramer
2013-02-22
1
-51
/
+68
*
StmtPrinter: Write large char values using \u or \U.
Jordan Rose
2013-02-08
1
-8
/
+9
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-1
/
+1
*
Implement AST dumper for Decls.
Alexander Kornienko
2012-12-20
1
-5
/
+0
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
1
-0
/
+6
*
Testing C declarations embedded in
Fariborz Jahanian
2012-12-04
1
-0
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-2
/
+3
*
80 cols & unnecessary braces from r167736.
David Blaikie
2012-11-12
1
-3
/
+3
*
Correct printing of nested anonymous type member accesses.
David Blaikie
2012-11-12
1
-1
/
+9
*
Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski.
Eli Friedman
2012-10-23
1
-0
/
+1
*
Use the type as written when pretty-printing C-style casts. Patch by Grzegor...
Eli Friedman
2012-10-18
1
-1
/
+1
*
Fix AST pretty-printing for C++ new expressions with placement arguments with...
Eli Friedman
2012-10-18
1
-1
/
+3
*
Fix pretty-printing for variables declared in a condition. Patch by Grzegorz...
Eli Friedman
2012-10-16
1
-6
/
+15
*
Fix -ast-print for uses of operator->.
Eli Friedman
2012-10-12
1
-0
/
+2
*
Add the Microsoft __is_interface_class type trait.
John McCall
2012-09-25
1
-0
/
+1
*
StmtPrinter: Print floating point literals with the right suffix to disambigu...
Benjamin Kramer
2012-09-20
1
-2
/
+27
*
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-12
1
-0
/
+4
*
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-04
1
-6
/
+1
*
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-09-02
1
-1
/
+6
*
[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional
Chad Rosier
2012-08-27
1
-1
/
+1
*
[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.
Chad Rosier
2012-08-25
1
-1
/
+1
*
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-16
1
-13
/
+10
*
Don't constant-fold when pretty-printing alignment attribute. This fixes a
Richard Smith
2012-08-16
1
-1
/
+1
*
[ms-inline asm] Add the left brace source location and improve the pretty
Chad Rosier
2012-08-15
1
-1
/
+6
*
Inline storage of attributes in AttributedStmt.
Alexander Kornienko
2012-07-09
1
-3
/
+3
*
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
Add support for the C11 _Alignof keyword.
Jordan Rose
2012-06-30
1
-1
/
+6
*
Support L__FUNCTION__ in microsoft mode, PR11789
Nico Weber
2012-06-23
1
-0
/
+3
*
Moved the StringLiteral printing code from StmtPrinter into the StringLiteral
Richard Trieu
2012-06-13
1
-87
/
+1
*
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
1
-0
/
+5
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-1
/
+1
*
move some stuff to .rodata
Nuno Lopes
2012-04-21
1
-1
/
+1
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
1
-2
/
+2
*
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-14
1
-0
/
+17
*
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
1
-36
/
+18
*
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
1
-11
/
+11
[prev]
[next]