summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExprMember.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...Reid Kleckner2015-10-201-11/+14
* Diagnose UnresolvedLookupExprs that resolve to instance members in static met...Reid Kleckner2015-10-171-14/+11
* Remove the only use of LookupResult's implicit copy ctorDavid Blaikie2015-09-281-0/+11
* Add a new frontend warning for referencing members from the handler of a cons...Aaron Ballman2015-09-011-8/+35
* [AST] Turn the callbacks of lookupInBases and forallBases into a function_refBenjamin Kramer2015-07-251-7/+4
* [Sema] Diagnose use of declaration correctly.Davide Italiano2015-07-221-9/+1
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-1/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.Benjamin Kramer2015-04-101-3/+2
* [Objective-C patch] Patch to fix a crash in IRGen because Fariborz Jahanian2015-04-061-1/+9
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-32/+31
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-22/+3
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Fix diagnostic for static methods referencing fields from using declsReid Kleckner2014-12-181-2/+4
* Perform correct lookup when '__super' is used in class with dependent base.Nikola Smiljanic2014-12-011-1/+1
* Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping theKaelyn Takata2014-11-111-68/+34
* Replace MemberTypoDiags and MemberExprTypoRecovery with lambdas.Kaelyn Takata2014-11-111-83/+39