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
/
ExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the broken LambdaCapture::isInitCapture API.
James Dennett
2015-05-07
1
-0
/
+5
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-4
/
+1
*
DR1748: the reserved placement allocation functions have undefined behavior if
Richard Smith
2015-02-14
1
-2
/
+3
*
Reimplement iterator wrappers on top of llvm::iterator_adaptor_base.
Benjamin Kramer
2015-02-01
1
-4
/
+2
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+2
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-2
/
+7
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
Track the difference between
Richard Smith
2014-07-17
1
-1
/
+8
*
AST: Don't walk all redeclarations when looking for a uuid attr
David Majnemer
2014-07-15
1
-6
/
+4
*
AST: Fix __uuidof for template specializations
David Majnemer
2014-07-14
1
-5
/
+5
*
AST: Cleanup __uuidof related code
David Majnemer
2014-07-14
1
-9
/
+8
*
Add range accessors for captures of a LambdaExpr.
James Dennett
2014-05-27
1
-0
/
+12
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-32
/
+34
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-2
/
+2
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-0
/
+19
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-4
/
+2
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-7
/
+2
*
ms-compat: Fix taking the address of a member of a dependent base
Reid Kleckner
2013-10-15
1
-0
/
+1
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-11
/
+0
*
AST: Handle multidimensional arrays inside of __uuidof()
David Majnemer
2013-09-27
1
-1
/
+1
*
AST: Handle qualified array types in typeid() expressions
David Majnemer
2013-09-27
1
-7
/
+9
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-7
/
+7
*
Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...
Argyrios Kyrtzidis
2013-09-11
1
-1
/
+4
*
Correct typo.
David Majnemer
2013-09-07
1
-2
/
+2
*
'return' before 'else' is bad style
David Majnemer
2013-09-07
1
-6
/
+8
*
AST: __uuidof should leak through templated types
David Majnemer
2013-09-07
1
-6
/
+47
*
Fix missing source location in CXXTemporaryObjectExpr nodes.
Enea Zaffanella
2013-09-07
1
-9
/
+10
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-2
/
+4
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-7
/
+7
*
Constify more uses of ASTContext&. No functional change.
Craig Topper
2013-08-22
1
-49
/
+52
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-7
/
+7
*
Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
2013-08-15
1
-4
/
+12
*
[-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
2013-08-13
1
-0
/
+15
*
Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
2013-08-09
1
-6
/
+10
*
Fix source range of CXXNewExpr with parentheses around the type. PR15569.
Eli Friedman
2013-06-17
1
-1
/
+4
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-4
/
+16
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-2
/
+1
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+11
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-1
/
+2
*
objective-C arg: provide fixit support when
Fariborz Jahanian
2013-02-22
1
-8
/
+12
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Fix for PR12222.
Erik Verbruggen
2012-12-25
1
-16
/
+22
*
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
1
-1
/
+3
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-3
/
+3
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-1
/
+2
*
Fix a source range regression in C++ new expressions with call initializers.
David Blaikie
2012-11-08
1
-0
/
+8
*
PR13552: Fix the end location of a CXXNewExpr.
David Blaikie
2012-11-07
1
-14
/
+2
*
DR1442: In a range-based for statement, namespace 'std' is not an associated
Richard Smith
2012-10-18
1
-1
/
+1
*
Add codegen support for __uuidof().
Nico Weber
2012-10-11
1
-0
/
+20
*
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-12
1
-0
/
+28
[next]