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
*
Restore pre-r335182 behavior for naming inherited constructors as
Richard Smith
2018-06-22
1
-1
/
+10
*
Related to PR37768: improve diagnostics for class name shadowing.
Richard Smith
2018-06-20
1
-0
/
+33
*
[OpenCL] Support new/delete in Sema
Sven van Haastregt
2018-06-14
1
-2
/
+19
*
[OpenCL] Restrict various keywords in OpenCL C++ mode
Sven van Haastregt
2018-05-09
1
-0
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-29
/
+29
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-14
/
+12
*
[OPENMP] Enable c++ exceptions outside of the target constructs iff they are
Alexey Bataev
2018-05-02
1
-1
/
+5
*
Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"
Akira Hatanaka
2018-04-09
1
-26
/
+4
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[ObjC] Make C++ triviality type traits available to non-trivial C
Akira Hatanaka
2018-04-05
1
-4
/
+26
*
Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...
Richard Smith
2018-04-05
1
-12
/
+0
*
[Coroutines] Find custom allocators in class scope
Brian Gesiak
2018-04-01
1
-11
/
+19
*
[ObjC] Make C++ triviality type traits available to non-trivial C
Akira Hatanaka
2018-03-28
1
-0
/
+12
*
[Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...
Eric Fiselier
2018-03-21
1
-2
/
+123
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
1
-1
/
+1
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
1
-10
/
+8
*
Revert "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-08
1
-8
/
+10
*
[Sema] Make getCurFunction() return null outside function parsing
Reid Kleckner
2018-03-08
1
-10
/
+8
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+1
*
[Sema] Toggle diags when finding allocators (NFCI)
Brian Gesiak
2018-02-15
1
-42
/
+48
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-22
/
+36
*
Add `__reference_binds_to_temporary` trait for checking safe reference initia...
Eric Fiselier
2018-01-12
1
-1
/
+11
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-8
/
+8
*
[AST] Inline CompoundStmt contents into the parent allocation.
Benjamin Kramer
2017-12-24
1
-3
/
+2
*
Revert a part of 320489 that was submitted unintentionally.
Erich Keane
2017-12-12
1
-2
/
+1
*
Fix ICE when __has_unqiue_object_representations called with invalid decl
Erich Keane
2017-12-12
1
-1
/
+2
*
P0620 follow-up: deducing `auto` from braced-init-list in new expr
Zhihao Yuan
2017-12-11
1
-5
/
+12
*
Remove creation of out-of-bounds value of enumeration type (resulting in UB).
Richard Smith
2017-12-08
1
-2
/
+2
*
P0722R2: The first parameter in an implicit call to a destroying operator
Richard Smith
2017-12-05
1
-0
/
+9
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
Fix __has_unique_object_representations implementation
Erich Keane
2017-11-30
1
-1
/
+1
*
mplement __has_unique_object_representations
Erich Keane
2017-10-24
1
-0
/
+3
*
Make __builtin_types_compatible_p more like GCC's
George Burgess IV
2017-10-16
1
-3
/
+7
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-2
/
+2
*
Support for destroying operator delete, per C++2a proposal P0722.
Richard Smith
2017-10-13
1
-8
/
+34
*
Suppress -Wdelete-non-virtual-dtor warnings about classes defined in system h...
Nico Weber
2017-08-31
1
-0
/
+6
*
Let -Wdelete-non-virtual-dtor fire in system headers too.
Nico Weber
2017-08-30
1
-1
/
+1
*
[c++2a] P0704R1: Allow pointers to const& member functions to be called on rv...
Richard Smith
2017-08-25
1
-3
/
+10
*
Allow operator delete to be an invalid Decl.
Richard Trieu
2017-08-09
1
-3
/
+0
*
[Sema] Improve diagnostic message for unavailable C++17 aligned
Akira Hatanaka
2017-07-19
1
-2
/
+7
*
[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
[next]