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
*
[OPENMP] 'if' clause support (no CodeGen support)
Alexey Bataev
2014-02-13
1
-2
/
+10
*
Fixes PR18762, stop the StmtPrinter for ObjCPropertyRefExpr from crashing on
Richard Trieu
2014-02-06
1
-1
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-2
/
+4
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-15
/
+2
*
Remove an unused parameter and include after r197273
Alp Toker
2013-12-13
1
-1
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-17
/
+3
*
Unify type trait parsing
Alp Toker
2013-12-12
1
-54
/
+9
*
Add new PrintingPolicy entry to trim number of newlines. Useful for the CFG ...
Ted Kremenek
2013-12-11
1
-7
/
+14
*
Fix code typos spotted while working on type traits
Alp Toker
2013-12-06
1
-2
/
+2
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+3
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+1
*
[OpenMP] Added parsing and semantic analysis for firstprivate clause
Alexey Bataev
2013-10-01
1
-0
/
+8
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-10
/
+4
*
AST: Handle qualified array types in typeid() expressions
David Majnemer
2013-09-27
1
-2
/
+2
*
[OPENMP] Bug fixes and improvements.
Alexey Bataev
2013-09-24
1
-8
/
+12
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+8
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-0
/
+8
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-8
/
+0
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-0
/
+8
*
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
[next]