summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprMember.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud