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
/
SemaExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Issue diagnostics if a new/delete expression generates a call to
Akira Hatanaka
2017-06-29
1
-0
/
+26
*
Fix crash in clang while handling __has_trivial_destructor.
Karthik Bhat
2017-06-28
1
-9
/
+11
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-2
/
+2
*
Don't crash when forming a destructor name on an incomplete type.
John McCall
2017-06-11
1
-3
/
+6
*
27037: Use correct CVR qualifier on an upcast on method pointer call
Richard Smith
2017-06-09
1
-1
/
+3
*
[modules] Fix that global delete operator get's assigned to a submodule.
Vassil Vassilev
2017-06-09
1
-0
/
+2
*
[Sema] Refactor OverloadCandidate::BuiltinTypes. NFC.
George Burgess IV
2017-06-08
1
-6
/
+6
*
PR33232: implement support for MSVC's __is_trivially_destructible trait.
Richard Smith
2017-06-01
1
-17
/
+16
*
[Sema] Support implicit scalar to vector conversions
Simon Dardis
2017-05-12
1
-0
/
+9
*
[Sema] Objective-C++ support for type trait __is_base_of
Erik Pilkington
2017-05-10
1
-3
/
+17
*
Fix PR32831 (Try Again): 'this' capture while instantiating generic lambda ca...
Faisal Vali
2017-05-02
1
-14
/
+39
*
Revert r301735 (and subsequent r301786).
Daniel Jasper
2017-05-02
1
-37
/
+13
*
Fix PR32831: 'this capture while instantiating generic lambda call operator s...
Faisal Vali
2017-04-29
1
-13
/
+37
*
[ObjC] Use empty Objective-C collection literal constants when
Akira Hatanaka
2017-04-15
1
-0
/
+12
*
Revert "[ObjC] Use empty Objective-C collection literal constants when"
Akira Hatanaka
2017-04-15
1
-12
/
+0
*
[ObjC] Use empty Objective-C collection literal constants when
Akira Hatanaka
2017-04-15
1
-0
/
+12
*
[Sema] Add __is_aggregate type-trait
Eric Fiselier
2017-04-12
1
-0
/
+7
*
[OpenCL] Map default address space to alloca address space
Yaxun Liu
2017-04-11
1
-4
/
+6
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-4
/
+8
*
[Objective-C] Fix "weak-unavailable" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-6
/
+5
*
[Objective-C] Fix __weak type traits with -fobjc-weak
Brian Kelley
2017-03-29
1
-27
/
+6
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-1
/
+1
*
Fix handling of initialization from parenthesized initializer list.
Richard Smith
2017-03-24
1
-40
/
+22
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-4
/
+3
*
[c++1z] Diagnose attempts to use variables with deduced class template
Richard Smith
2017-02-10
1
-1
/
+1
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-39
/
+53
*
More fixes for places where 'decltype(auto)' is permitted in the C++ grammar ...
Richard Smith
2017-02-08
1
-10
/
+21
*
[Sema][ObjC++] Typo correction should handle ivars and properties
Alex Lorenz
2017-02-03
1
-8
/
+0
*
Change how we handle diagnose_if attributes.
George Burgess IV
2017-01-28
1
-0
/
+5
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-2
/
+17
*
[Sema] Improve the error diagnostic for dot destructor calls on pointer objects
Alex Lorenz
2017-01-20
1
-9
/
+47
*
PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-19
1
-4
/
+10
*
[Sema] Add warning for unused lambda captures
Malcolm Parsons
2017-01-13
1
-0
/
+1
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-9
/
+5
*
Bail out if we try to build a DeclRefExpr naming an invalid declaration.
Richard Smith
2017-01-04
1
-0
/
+2
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+6
*
[c++1z] When initializing a const-qualified class type, don't forget to add on
Richard Smith
2016-12-21
1
-2
/
+1
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
1
-10
/
+4
*
Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
Daniel Jasper
2016-12-20
1
-6
/
+0
*
[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.
Egor Churaev
2016-12-20
1
-0
/
+6
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
1
-4
/
+10
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
1
-10
/
+4
*
Move checks for creation of objects of abstract class type from the various
Richard Smith
2016-12-15
1
-7
/
+0
*
__uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Reid Kleckner
2016-12-13
1
-4
/
+4
*
DR1295 and cleanup for P0135R1: Make our initialization code more directly
Richard Smith
2016-12-09
1
-2
/
+8
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-0
/
+10
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-4
/
+7
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
1
-6
/
+6
*
Adjust type-trait evaluation to properly handle Using(Shadow)Decls
Hal Finkel
2016-11-27
1
-4
/
+10
*
Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner
2016-11-23
1
-7
/
+2
[next]