summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-41/+18
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-66/+19
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-18/+41
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-1/+4
* [MinGW] Do dllexport inline methods in template instantiationMartin Storsjo2019-04-261-2/+5
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-261-2/+4
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-0/+3
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-15/+25
* Reapply "Make static counters in ASTContext non-static." with fixes.Alexander Kornienko2019-02-251-12/+12
* Revert "Make static counters in ASTContext non-static."Vlad Tsyrklevich2019-02-251-12/+12
* Make static counters in ASTContext non-static.Alexander Kornienko2019-02-251-12/+12
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-1/+0
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-0/+1
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-1/+0
* [Sema] Fix a crash in access checking for deduction guidesIlya Biryukov2019-02-121-1/+5
* [Sema][ObjC] Allow declaring ObjC pointer members with non-trivialAkira Hatanaka2019-02-021-3/+37
* Revert "[Sema] Make canPassInRegisters return true if the CXXRecordDecl passed"Akira Hatanaka2019-02-011-3/+0
* [OpenCL] Add generic addr space to the return of implicit assignment.Anastasia Stulova2019-01-301-3/+4
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-4/+4
* [SemaCXX] Fix ICE with structure bindings to members of templateNicolas Lesser2019-01-271-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova2019-01-141-26/+40
* [Sema] Make canPassInRegisters return true if the CXXRecordDecl passedAkira Hatanaka2019-01-111-0/+3
* Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova2019-01-091-20/+12
* [Sema] Fix unused variable warning in Release buildsBenjamin Kramer2019-01-071-2/+1
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-19/+4
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-6/+8
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-0/+1
* Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.Simon Pilgrim2018-12-171-17/+17
* [MinGW] Produce a vtable and RTTI for dllexported classes without a key functionMartin Storsjo2018-12-151-0/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-4/+4
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-4/+4
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-4/+4
* Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-111-3/+3
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-14/+49
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-3/+3
* Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-101-1/+2
* [Sema] Further improvements to to static_assert diagnostics.Clement Courbet2018-12-101-2/+1
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-0/+2
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-2/+0
* [OPENMP]Fix emission of the target regions in virtual functions.Alexey Bataev2018-11-281-1/+4
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-0/+2
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-2/+0
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-0/+2
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-2/+0
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-0/+2
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-2/+1
* Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber2018-11-201-2/+0
* Use is.constant intrinsic for __builtin_constant_pBill Wendling2018-11-201-0/+2
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-2/+22