summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r369829:Hans Wennborg2019-08-261-1/+2
* Merging r369043:Hans Wennborg2019-08-201-7/+4
* Merging r367661:Hans Wennborg2019-08-051-1/+7
* Merging r367520:Hans Wennborg2019-08-051-2/+11
* Merging r366670 and r366694:Hans Wennborg2019-07-231-25/+25
* Merging r366429:Hans Wennborg2019-07-191-25/+25
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-181-25/+25
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-2/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-4/+4
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-1/+1
* [cxx2a] P0624R2 fix: only lambdas with no lambda-capture are default-construc...David Blaikie2019-07-081-1/+1
* [clang] Small improvments after Adding APValue to ConstantExprGauthier Harnisch2019-06-211-2/+0
* [Sema] Diagnose addr space mismatch while constructing objectsAnastasia Stulova2019-06-201-1/+8
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-28/+40
* Factor out repeated code to build a DeclRefExpr and mark it referenced.Richard Smith2019-06-041-2/+2
* PR39728: When completing a class, complete the destructor first.Richard Smith2019-05-311-39/+53
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+2
* Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith2019-05-221-5/+25
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-3/+3
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-15/+23
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-23/+15
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-15/+23
* [Sema] Mark array element destructors referenced during initializationErik Pilkington2019-05-101-6/+11
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-18/+41
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+2
* Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,Richard Smith2019-05-081-3/+3
* 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