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
...
*
[Sema] Fix unused variable warning in Release builds
Benjamin Kramer
2019-01-07
1
-2
/
+1
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
1
-19
/
+4
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-6
/
+8
*
[Sema] Produce diagnostics when C++17 aligned allocation/deallocation
Akira Hatanaka
2018-12-21
1
-0
/
+1
*
Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.
Simon Pilgrim
2018-12-17
1
-17
/
+17
*
[MinGW] Produce a vtable and RTTI for dllexported classes without a key function
Martin Storsjo
2018-12-15
1
-0
/
+3
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-4
/
+4
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-4
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-4
/
+4
*
Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-11
1
-3
/
+3
*
[constexpr][c++2a] Try-catch blocks in constexpr functions
Bruno Cardoso Lopes
2018-12-10
1
-14
/
+49
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-3
/
+3
*
Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-10
1
-1
/
+2
*
[Sema] Further improvements to to static_assert diagnostics.
Clement Courbet
2018-12-10
1
-2
/
+1
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-0
/
+2
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-2
/
+0
*
[OPENMP]Fix emission of the target regions in virtual functions.
Alexey Bataev
2018-11-28
1
-1
/
+4
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-0
/
+2
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-2
/
+0
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-0
/
+2
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-2
/
+0
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-0
/
+2
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-2
/
+1
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-2
/
+0
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-0
/
+2
*
Add /Zc:DllexportInlines option to clang-cl
Takuto Ikuta
2018-11-03
1
-2
/
+22
*
Diagnose parameter names that shadow the names of inherited fields under -Wsh...
Aaron Ballman
2018-11-02
1
-14
/
+15
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
[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
[prev]
[next]