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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructors
Yaxun Liu
2018-10-09
1
-2
/
+11
*
[cxx2a] P0641R2: (Some) type mismatches on defaulted functions only
Richard Smith
2018-09-28
1
-13
/
+46
*
[cxx2a] P0624R2: Lambdas with no capture-default are
Richard Smith
2018-09-27
1
-1
/
+2
*
P0969R0: allow structured binding of accessible members, not only public memb...
Richard Smith
2018-09-25
1
-44
/
+27
*
[CUDA] Ignore uncallable functions when we check for usual deallocators.
Artem Belevich
2018-09-21
1
-1
/
+2
*
[OPENMP] Disable emission of the class with vptr if they are not used in
Alexey Bataev
2018-09-21
1
-1
/
+2
*
Consistently create a new declaration when merging a pre-existing but
Richard Smith
2018-09-12
1
-1
/
+2
*
[CodeCompletion] Enable signature help when initializing class/struct/union m...
Kadir Cetinkaya
2018-09-11
1
-15
/
+26
*
[OPENMP] Fix PR38823: Do not emit vtable if it is not used in target
Alexey Bataev
2018-09-06
1
-0
/
+5
*
PR38627: Fix handling of exception specification adjustment for
Richard Smith
2018-09-05
1
-10
/
+49
*
Add a new flag and attributes to control static destructor registration
Erik Pilkington
2018-08-21
1
-0
/
+3
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-19
/
+18
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-110
/
+102
*
[NFC] Convert ParsedAttr to use llvm::TrailingObjects
Erich Keane
2018-08-09
1
-3
/
+4
*
[Sema] P0961R1: Relaxing the structured bindings customization point finding ...
Erik Pilkington
2018-08-09
1
-2
/
+15
*
Diagnose invalid cv-qualifiers for friend decls.
Eli Friedman
2018-08-03
1
-0
/
+23
*
[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structs
Sanjin Sijaric
2018-07-26
1
-1
/
+1
*
Fold dangling-field warning into general initialization lifetime checks.
Richard Smith
2018-07-23
1
-49
/
+0
*
Revert "Fold dangling-field warning into general initialization lifetime chec...
Ilya Biryukov
2018-07-23
1
-0
/
+49
*
Fold dangling-field warning into general initialization lifetime checks.
Richard Smith
2018-07-20
1
-49
/
+0
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-07-18
1
-0
/
+34
*
Restructure checking for, and warning on, lifetime extension.
Richard Smith
2018-07-17
1
-1
/
+6
*
Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...
Florian Hahn
2018-07-17
1
-6
/
+1
*
Restructure checking for, and warning on, lifetime extension.
Richard Smith
2018-07-17
1
-1
/
+6
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-11
/
+10
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-80
/
+57
*
Use cast instead of dyn_cast_or_null.
Akira Hatanaka
2018-06-20
1
-1
/
+1
*
Related to PR37768: improve diagnostics for class name shadowing.
Richard Smith
2018-06-20
1
-16
/
+42
*
[Sema] Produce diagnostics for attribute 'trivial_abi' that appears
Akira Hatanaka
2018-06-19
1
-6
/
+5
*
[OpenCL] Support new/delete in Sema
Sven van Haastregt
2018-06-14
1
-0
/
+21
*
Add -fforce-emit-vtables
Piotr Padlewski
2018-06-13
1
-0
/
+6
*
Use SmallPtrSet instead of SmallSet in places where we iterate over the set.
Craig Topper
2018-06-09
1
-7
/
+5
*
PR37631: verify that a member deduction guide has the same access as its temp...
Richard Smith
2018-05-30
1
-4
/
+28
*
Revert r332470 (and corresponding tests in r332492).
Richard Smith
2018-05-18
1
-35
/
+0
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-05-16
1
-0
/
+35
*
Address post-commit review comments after r328731. NFC.
Akira Hatanaka
2018-05-15
1
-83
/
+77
*
Don't propagate dllimport to base class template static data members
Reid Kleckner
2018-05-11
1
-0
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-39
/
+39
*
[C++2a] operator<=>: Fix incorrect use of Twine.
Eric Fiselier
2018-05-08
1
-3
/
+3
*
[C++2a] Implement operator<=>: Address bugs and post-commit review comments a...
Eric Fiselier
2018-05-08
1
-2
/
+4
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-0
/
+129
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-46
/
+31
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-2
/
+5
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-1
/
+1
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-1
/
+1
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-1
/
+1
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-12
/
+12
*
Correctly diagnose when a conversion function is declared with a type qualifi...
Aaron Ballman
2018-04-12
1
-8
/
+18
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-15
/
+15
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-15
/
+15
[next]