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
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-15
/
+23
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-23
/
+15
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-15
/
+23
*
[Sema] Mark array element destructors referenced during initialization
Erik Pilkington
2019-05-10
1
-6
/
+11
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-18
/
+41
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+2
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
1
-3
/
+3
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-41
/
+18
*
P1286R2: Remove restriction that the exception specification of a
Richard Smith
2019-05-06
1
-66
/
+19
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-18
/
+41
*
[COFF, ARM64] Fix ABI implementation of struct returns
Mandeep Singh Grang
2019-05-03
1
-1
/
+4
*
[MinGW] Do dllexport inline methods in template instantiation
Martin Storsjo
2019-04-26
1
-2
/
+5
*
[MinGW] Fix dllexport of explicit template instantiation
Martin Storsjo
2019-04-26
1
-2
/
+4
*
[c++2a] Implement semantic restrictions for 'export' declarations.
Richard Smith
2019-04-22
1
-0
/
+3
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-15
/
+25
*
Reapply "Make static counters in ASTContext non-static." with fixes.
Alexander Kornienko
2019-02-25
1
-12
/
+12
*
Revert "Make static counters in ASTContext non-static."
Vlad Tsyrklevich
2019-02-25
1
-12
/
+12
*
Make static counters in ASTContext non-static.
Alexander Kornienko
2019-02-25
1
-12
/
+12
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-1
/
+0
*
Revert "Fix implementation of [temp.local]p4."
Francis Visoiu Mistrih
2019-02-15
1
-0
/
+1
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-1
/
+0
*
[Sema] Fix a crash in access checking for deduction guides
Ilya Biryukov
2019-02-12
1
-1
/
+5
*
[Sema][ObjC] Allow declaring ObjC pointer members with non-trivial
Akira Hatanaka
2019-02-02
1
-3
/
+37
*
Revert "[Sema] Make canPassInRegisters return true if the CXXRecordDecl passed"
Akira Hatanaka
2019-02-01
1
-3
/
+0
*
[OpenCL] Add generic addr space to the return of implicit assignment.
Anastasia Stulova
2019-01-30
1
-3
/
+4
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-4
/
+4
*
[SemaCXX] Fix ICE with structure bindings to members of template
Nicolas Lesser
2019-01-27
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenCL] Set generic addr space of 'this' in special class members.
Anastasia Stulova
2019-01-14
1
-26
/
+40
*
[Sema] Make canPassInRegisters return true if the CXXRecordDecl passed
Akira Hatanaka
2019-01-11
1
-0
/
+3
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-20
/
+12
*
[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
[next]