summaryrefslogtreecommitdiff
path: root/test/SemaCXX/member-expr.cpp
AgeCommit message (Expand)Author
2017-08-29revert r311839 (ongoing cwg discussion)Faisal Vali
2017-08-27Pass the correct object argument when a member call to an 'unrelated' class i...Faisal Vali
2015-11-11[Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li
2015-04-02Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher
2013-12-14Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker
2013-12-14Don't require -re suffix on -verify directives with regexes.Hans Wennborg
2013-12-11Change semantics of regex expectations in the diagnostic verifierHans Wennborg
2013-11-05Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain
2013-11-04Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain
2013-08-21Fix the end sourcelocation of the call expression in a member access whenNick Lewycky
2013-07-31A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain
2013-07-31Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain
2013-07-15Fix a typo in the diagnostic note added in r186342.Kaelyn Uhrain
2013-07-15Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain
2012-11-15Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, theRichard Smith
2012-04-21Fix a QoI bug reported by a user.Matt Beaumont-Gay
2012-01-13Convert SemaExprMember.cpp to pass a callback object to CorrectTypo,Kaelyn Uhrain
2012-01-13A few minor improvements to error recovery trying to access member of a funct...Eli Friedman
2011-10-11Catch placeholder types in DefaultLvalueConversionJohn McCall
2011-05-04Implement Sema::isExprCallable.Matt Beaumont-Gay
2011-03-05Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay
2011-02-22Clean up the error recovery at the bottom of Sema::LookupMemberExpr. ThisMatt Beaumont-Gay
2011-02-17Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloadedMatt Beaumont-Gay
2010-07-28Don't die when a member access refers to a non-class member via aDouglas Gregor
2010-06-29When typo correction produces a result that is not of the kind we'reDouglas Gregor
2010-06-16Fix a point of semantics with using declaration hiding: method templatesJohn McCall
2010-04-25When name lookup finds a single declaration that was imported via aDouglas Gregor
2010-04-25Improve the diagnostic when we find something we did not expect in aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-01Fix IsProvablyNotDerivedFrom to always use record definitions when available.John McCall
2009-11-06Rework the fix-it hint for code likeDouglas Gregor
2009-10-17Fix a crash with qualified member access into a non-type, from Sean Hunt!Douglas Gregor
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-03-27If the user is trying to apply the -> or . member reference operatorDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-16Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor
2008-12-20Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor