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
/
SemaLambda.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope...
Justin Lebar
2016-09-30
1
-1
/
+6
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-1
/
+1
*
[Sema] Replace mem_fn with lambdas. NFC.
George Burgess IV
2016-07-24
1
-3
/
+5
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-1
/
+1
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-1
/
+1
*
Use even more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-4
/
+3
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-0
/
+1
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-6
/
+5
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-5
/
+6
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-6
/
+5
*
[Parser] Clear the TemplateParamScope bit of the current scope's flag
Akira Hatanaka
2016-04-29
1
-3
/
+2
*
[Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...
Faisal Vali
2016-03-26
1
-4
/
+17
*
Make sure to perform dependent access checks when instantiating a
Richard Smith
2016-03-23
1
-12
/
+7
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-10
/
+18
*
PR24989: Stop trying to use the C++11 rules for lambda return type inference in
Richard Smith
2016-02-02
1
-0
/
+2
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-3
/
+4
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-0
/
+6
*
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
Richard Smith
2015-11-11
1
-58
/
+38
*
Perform Objective-C lifetime adjustments before comparing deduced lambda resu...
Douglas Gregor
2015-10-01
1
-1
/
+2
*
[AST] ArrayRefize BlockDecl::setCaptures. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-2
/
+1
*
Fix assertion failure if a lambda array-capture is followed by a this capture.
Richard Smith
2015-04-28
1
-3
/
+4
*
Silencing a -Wuninitialized warning in a different way. This replaces r235981...
Aaron Ballman
2015-04-28
1
-22
/
+19
*
Silencing a spurious -Wuninitialized warning with this local; NFC.
Aaron Ballman
2015-04-28
1
-1
/
+1
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-57
/
+130
*
Re-land "MS ABI: lambda call operators are instance methods and should use th...
Reid Kleckner
2015-04-01
1
-15
/
+20
*
DR1048: drop top-level cv-qualifiers when deducing the return type of a
Richard Smith
2014-12-19
1
-2
/
+7
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-2
/
+2
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-0
/
+6
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-3
/
+3
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-5
/
+5
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-26
/
+27
*
Consolidate single void paramter checking
Alp Toker
2014-05-11
1
-4
/
+1
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-10
/
+6
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-15
/
+13
*
[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...
Argyrios Kyrtzidis
2014-04-26
1
-1
/
+2
*
PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable
Richard Smith
2014-03-25
1
-0
/
+2
*
DR1346: a parenthesized braced-init-list cannot be used as the initializer when
Richard Smith
2014-03-12
1
-0
/
+3
*
Reverting llvm::distance changes to use std::distance with iterators instead,...
Aaron Ballman
2014-03-10
1
-4
/
+2
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-10
/
+6
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
2014-02-26
1
-5
/
+5
*
Implement DR577
David Majnemer
2014-02-19
1
-1
/
+0
*
PR18128: a lambda capture-default is not permitted for a non-local lambda
Richard Smith
2014-02-06
1
-1
/
+18
*
Rename getResultLoc() too
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+5
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-2
/
+2
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-5
/
+6
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
[next]