summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprMember.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Explicitly exclude keywords from the member validator.Kaelyn Takata2014-11-111-10/+9
* Fix some formatting prior to refactoring the code.Kaelyn Takata2014-11-111-21/+23
* Wire up LookupMemberExpr to use the new TypoExpr.Kaelyn Takata2014-10-271-9/+105
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-8/+7
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-3/+1
* Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith2014-05-311-152/+142
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-57/+39
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-18/+18
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-33/+31
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-2/+4
* vector [Sema]. Check for proper use of 's' char prefixFariborz Jahanian2014-04-031-1/+1
* Cleanup dead assignments reported by scan-buildArnaud A. de Grandmaison2014-03-231-2/+0
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-171-8/+5
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-3/+2
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* PR12788: Remove unnecessary and incorrect special case for indirect fields.Richard Smith2014-01-171-8/+1
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-031-2/+1
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-071-1/+49
* Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain2013-10-311-0/+5
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-3/+32
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-25/+12
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-311-4/+2
* Fix member refs with using decl + anonymous union.Eli Friedman2013-07-161-10/+14
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-1/+3
* address some comments on r183474:Adrian Prantl2013-06-071-4/+6
OpenPOWER on IntegriCloud