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
/
Sema
/
TreeTransform.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-1
/
+1
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-4
/
+0
*
Fix pack instantiation with function types.
Eli Friedman
2013-07-19
1
-0
/
+4
*
Correctly handle packs for variadic type traits.
Eli Friedman
2013-07-19
1
-0
/
+13
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+130
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+1
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-6
/
+4
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+16
*
Fix one place I missed that was memcpy'ing TypeLocs in a way that messes
Eli Friedman
2013-06-20
1
-2
/
+2
*
Unify return type checking for functions and ObjC methods. Move all the
Eli Friedman
2013-06-14
1
-9
/
+0
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+11
*
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
Eli Friedman
2013-06-07
1
-1
/
+1
*
Reverts r183466: "Perform dynamic alignment computations..."
Manuel Klimek
2013-06-07
1
-1
/
+1
*
PR16243: Use CXXThisOverride during template instantiation, and fix up the
Richard Smith
2013-06-07
1
-12
/
+1
*
Perform dynamic alignment computations so that the data in TypeLocs is
Eli Friedman
2013-06-07
1
-1
/
+1
*
Walk over MaterializeTemporaryExpr when reverting an initializer to its
Richard Smith
2013-05-30
1
-0
/
+3
*
Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the
Richard Smith
2013-05-21
1
-1
/
+5
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-3
/
+40
*
ArrayRef'ize GenericSelectionExpr
Dmitri Gribenko
2013-05-10
1
-8
/
+5
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-3
/
+3
*
Implement template support for CapturedStmt
Wei Pan
2013-05-04
1
-1
/
+12
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-3
/
+33
*
Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...
Douglas Gregor
2013-05-02
1
-2
/
+11
*
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-30
1
-1
/
+5
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-6
/
+6
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+26
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-0
/
+6
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+26
*
Drop ObjCIndirectCopyRestoreExprs during template instantiation.
John McCall
2013-04-11
1
-10
/
+5
*
Mark as referenced the functions from instantiated UserDefinedLiterals.
Argyrios Kyrtzidis
2013-04-09
1
-0
/
+2
*
<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...
Douglas Gregor
2013-04-08
1
-0
/
+14
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+0
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-0
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+0
*
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
2013-03-28
1
-2
/
+4
*
Don't reject __restrict applied to a dependent type; it might instantiate to ...
Richard Smith
2013-03-27
1
-1
/
+3
*
<rdar://problem/13170740> Be a little more careful when instantiating 'this' ...
Douglas Gregor
2013-03-08
1
-2
/
+7
*
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-08
1
-21
/
+7
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-21
/
+16
*
<rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp...
Douglas Gregor
2013-03-08
1
-1
/
+3
*
objective-C arg: provide fixit support when
Fariborz Jahanian
2013-02-22
1
-8
/
+4
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-3
/
+2
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-33
/
+29
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-17
/
+18
*
One can override an Objective-C ARC ownership qualifier that came from
Douglas Gregor
2013-01-17
1
-0
/
+10
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-2
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-6
/
+6
*
Remove the anonymous namespace from lib/Sema/TreeTransform.h
Argyrios Kyrtzidis
2013-01-02
1
-2
/
+0
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-1
/
+1
*
Fix regression in r170489: when instantiating a direct initializer which is a
Richard Smith
2012-12-21
1
-6
/
+22
[next]