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
*
Merging r338934:
Hans Wennborg
2018-08-14
1
-3
/
+3
*
Merging r339210:
Hans Wennborg
2018-08-08
1
-2
/
+8
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-12
/
+13
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-4
/
+4
*
Restructure checking for, and warning on, lifetime extension.
Richard Smith
2018-07-17
1
-7
/
+0
*
Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...
Florian Hahn
2018-07-17
1
-0
/
+7
*
Restructure checking for, and warning on, lifetime extension.
Richard Smith
2018-07-17
1
-7
/
+0
*
Fix PR34668 - P0704R1 implementation is too permissive
Nicolas Lesser
2018-07-13
1
-2
/
+3
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-3
/
+7
*
[Sema] Fix crash in getConstructorName.
Ilya Biryukov
2018-07-04
1
-0
/
+2
*
DR1687: When overload resolution selects a built-in operator, implicit
Richard Smith
2018-06-27
1
-1
/
+11
*
[Sema] Fix infinite typo correction loop.
Volodymyr Sapsai
2018-06-26
1
-4
/
+0
*
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
[next]