summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExprMember.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-6/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-3/+25
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Remove trailing spaceFangrui Song2018-07-301-18/+18
* [Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExprSteven Wu2018-05-241-3/+0
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-16/+19
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-7/+7
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-261-7/+3
* [OPENMP] Code cleanup and code improvements.Alexey Bataev2018-04-181-1/+1
* [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...Eric Fiselier2018-04-081-1/+1
* Revert "[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with ...Eric Fiselier2018-04-081-1/+1
* [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...Eric Fiselier2018-04-081-1/+1
* [Sema] Remove dead code in BuildAnonymousStructUnionMemberReference. NFCIEric Fiselier2018-04-081-54/+20
* [Sema] Avoid crash for category implementation without interfaceShoaib Meenai2018-03-271-0/+3
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-2/+3
* Fif for an issue when Clang permits assignment to vector/extvector elements i...Andrew V. Tischenko2018-02-091-0/+4
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-1/+1
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith2017-11-011-1/+3
* [OpenCL] Restrict swizzle length check to OpenCL modeBruno Cardoso Lopes2017-10-171-1/+3
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-2/+1
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-1/+2
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-2/+1
* Fix the second half of PR34266: Don't implicitly capture '*this' if the memb...Faisal Vali2017-09-171-47/+1
* revert r311839 (ongoing cwg discussion)Faisal Vali2017-08-291-1/+1
* revert changes from r311851.Faisal Vali2017-08-271-7/+7
* Don't see through 'using member-declarations' when determining the relation o...Faisal Vali2017-08-271-7/+7
* Pass the correct object argument when a member call to an 'unrelated' class i...Faisal Vali2017-08-271-1/+1
* [OPENMP] Fix DSA processing for member declaration.Alexey Bataev2017-07-201-2/+4
* [OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceExpr(), NFC, by Kai NodaAlexey Bataev2017-07-111-5/+4
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-7/+7
* [Objective-C] Fix "repeated use of weak" warning with -fobjc-weakBrian Kelley2017-03-291-6/+4
* [OpenCL] Added diagnostic for checking length of vectorEgor Churaev2017-03-211-0/+21
* [coroutines] Build and pass coroutine_handle to await_suspendGor Nishanov2017-03-091-1/+1
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-0/+1
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-0/+9
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-3/+3
* Sema: correct typo correction for ivars in @implementationSaleem Abdulrasool2016-11-171-3/+10
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-30/+23
* Add .rgba syntax extension to ext_vector_type typesPirama Arumuga Nainar2016-07-221-1/+29
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-0/+1
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-0/+1
* [OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev2016-03-021-1/+1
* Twek fix for PR24473 (r261506) - Preserve the template arguments as writtenFaisal Vali2016-02-251-1/+4
* Fix PR24473 : Teach clang to remember to substitute into member variable temp...Faisal Vali2016-02-221-2/+48
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-3/+13
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-3/+7
* Look through using decls when classifying implicit member accessReid Kleckner2015-10-201-4/+4