summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/member-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the end sourcelocation of the call expression in a member access whenNick Lewycky2013-08-211-0/+10
* A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain2013-07-311-0/+2
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-311-6/+32
* Fix a typo in the diagnostic note added in r186342.Kaelyn Uhrain2013-07-151-2/+2
* Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-151-1/+15
* Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, theRichard Smith2012-11-151-0/+5
* Fix a QoI bug reported by a user.Matt Beaumont-Gay2012-04-211-0/+10
* Convert SemaExprMember.cpp to pass a callback object to CorrectTypo,Kaelyn Uhrain2012-01-131-2/+2
* A few minor improvements to error recovery trying to access member of a funct...Eli Friedman2012-01-131-0/+10
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-15/+15
* Implement Sema::isExprCallable.Matt Beaumont-Gay2011-05-041-3/+9
* Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay2011-03-051-0/+5
* Clean up the error recovery at the bottom of Sema::LookupMemberExpr. ThisMatt Beaumont-Gay2011-02-221-2/+8
* Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloadedMatt Beaumont-Gay2011-02-171-0/+15
* Don't die when a member access refers to a non-class member via aDouglas Gregor2010-07-281-0/+14
* When typo correction produces a result that is not of the kind we'reDouglas Gregor2010-06-291-0/+11
* Fix a point of semantics with using declaration hiding: method templatesJohn McCall2010-06-161-0/+18
* When name lookup finds a single declaration that was imported via aDouglas Gregor2010-04-251-0/+16
* Improve the diagnostic when we find something we did not expect in aDouglas Gregor2010-04-251-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix IsProvablyNotDerivedFrom to always use record definitions when available.John McCall2009-12-011-0/+15
* Rework the fix-it hint for code likeDouglas Gregor2009-11-061-2/+1
* Fix a crash with qualified member access into a non-type, from Sean Hunt!Douglas Gregor2009-10-171-0/+11
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-031-1/+1
* If the user is trying to apply the -> or . member reference operatorDouglas Gregor2009-03-271-0/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor2009-01-161-2/+2
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-201-0/+22
OpenPOWER on IntegriCloud